Aliaksandr Valialkin
|
0d893eff36
|
Makefile: add build and test rules with enabled race detector. These rules have -race suffix
Fix also `unsafe pointer conversion` errors detected by Go1.14. See https://golang.org/doc/go1.14#compiler .
|
2020-03-05 12:05:16 +02:00 |
|
Aliaksandr Valialkin
|
0176fc4206
|
app/vmagent/README.md: small fixes
|
2020-03-04 18:15:24 +02:00 |
|
Aliaksandr Valialkin
|
ac03be5a2c
|
app/vmagent/README.md: typo fix
|
2020-03-04 18:05:43 +02:00 |
|
Aliaksandr Valialkin
|
9354b9177a
|
app/vmagent/README.md: clarification
|
2020-03-04 18:04:06 +02:00 |
|
Aliaksandr Valialkin
|
4302555228
|
app/vmagent/README.md: add iot and edge monitoring use case
|
2020-03-04 18:01:40 +02:00 |
|
Aliaksandr Valialkin
|
ea5904fd76
|
app/vmagent/README.md: add use cases section
|
2020-03-04 17:42:57 +02:00 |
|
Aliaksandr Valialkin
|
f01d1bf4a8
|
app/vmagent: add -remoteWrite.maxDiskUsagePerURL for limiting the maximum disk usage for each -remoteWrite.url buffer
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/352
|
2020-03-03 19:49:20 +02:00 |
|
Aliaksandr Valialkin
|
808c17e250
|
app/vmagent/remotewrite: do not reset empty relabelCtx
|
2020-03-03 15:01:21 +02:00 |
|
Aliaksandr Valialkin
|
af19ca2483
|
app/vmagent: add -remoteWrite.urlRelabelConfig for applying individual relabeling for each -remoteWrite.url
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/320
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/308
|
2020-03-03 13:13:06 +02:00 |
|
Aliaksandr Valialkin
|
0eed71c7f4
|
app/vmagent/remotewrite: yet another typo fix
|
2020-02-28 20:07:00 +02:00 |
|
Aliaksandr Valialkin
|
6cdc97a53f
|
app/vmagent/remotewrite: typo fix
|
2020-02-28 19:05:11 +02:00 |
|
Aliaksandr Valialkin
|
cc39c9d74b
|
app/vmagent/remotewrite: limit memory usage when big scrape blocks are pushed to remote storage
|
2020-02-28 18:58:13 +02:00 |
|
Aliaksandr Valialkin
|
0597f1e39a
|
app/vmagent: allow setting -httpListenAddr to empty string in order to disable listening for http requests
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/340
|
2020-02-26 20:58:26 +02:00 |
|
Aliaksandr Valialkin
|
266101feb4
|
app/vmagent/README.md: list service discovery mechanisms, which will be added soon
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/334
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/330
|
2020-02-26 19:28:19 +02:00 |
|
Aliaksandr Valialkin
|
c6c7843e93
|
app/vmagent: add -remoteWrite.maxBlockSize command-line flag for limiting the maximum size of unpacked block to send to remote storage
|
2020-02-25 19:58:11 +02:00 |
|
Aliaksandr Valialkin
|
c4194020ef
|
app/vmagent: do not allow sending unpacked requests with sizes exceeding -maxInsertRequestSize
|
2020-02-25 19:35:43 +02:00 |
|
Aliaksandr Valialkin
|
2471340e0d
|
app/vmagent: add ability to accept Influx line protocol data via TCP and UDP
Just set `-influxListenAddr` command-line flag
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/333
|
2020-02-25 19:18:01 +02:00 |
|
Aliaksandr Valialkin
|
f96fb93ca5
|
app/vmagent: add a counter for /targets handler calls
|
2020-02-25 18:17:25 +02:00 |
|
Aliaksandr Valialkin
|
25c570dae7
|
app/vmagent/README.md: mention that vmagent exposes target statuses at /targets page
|
2020-02-25 18:16:08 +02:00 |
|
Aliaksandr Valialkin
|
ca28a3e805
|
app/vmagent: logo fix
|
2020-02-25 00:09:55 +02:00 |
|
Aliaksandr Valialkin
|
777a39f7a1
|
app/vmagent: update docs
|
2020-02-25 00:09:53 +02:00 |
|
Aliaksandr Valialkin
|
61e67b8922
|
app/vmagent/README.md: small fixes
|
2020-02-24 21:26:12 +02:00 |
|
Aliaksandr Valialkin
|
7ee7614e90
|
app/vmagent: initial implementation for vmagent
|
2020-02-23 17:31:54 +02:00 |
|