Aliaksandr Valialkin
|
f94a090020
|
docs: update minimum supported Go version from 1.12 to 1.13
|
2020-04-07 13:38:37 +03:00 |
|
Aliaksandr Valialkin
|
895cadfae7
|
app/vmagent/remotewrite: add "X-Prometheus-Remote-Write-Version: 0.1.0" http header to remote_write request
This header is required by Cortex (and, probably, other remote storage systems).
See 9c1f44d090/docs/apis.md (remote-api) .
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/399
|
2020-04-04 16:24:56 +03:00 |
|
Aliaksandr Valialkin
|
bd156cd088
|
docs/vmagent.md: add prometheus remote_write proxy use case
|
2020-03-28 23:16:38 +02:00 |
|
Dmitry Naumov
|
27373807c1
|
Rootless docker images by default (#358)
* Rootless docker images by default
* Migrate to rootless base image
Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com>
|
2020-03-27 21:23:50 +02:00 |
|
Aliaksandr Valialkin
|
fcd91795d5
|
app/vmagent: mention that vmagent can filter data
|
2020-03-11 16:22:39 +02:00 |
|
Aliaksandr Valialkin
|
1fe66fb3cc
|
app/{vmagent,vminsert}: add support for importing csv data via /api/v1/import/csv
|
2020-03-10 21:15:35 +02:00 |
|
Aliaksandr Valialkin
|
5fe38a84eb
|
app/vmagent: properly apply -remoteWrite.sendTimeout to fasthttp.HostClient
|
2020-03-09 13:31:55 +02:00 |
|
Aliaksandr Valialkin
|
c386c5de57
|
app/vmagent: properly add labels set via -remoteWrite.label to metrics before sending them to -remoteWrite.url
|
2020-03-06 19:26:58 +02:00 |
|
Aliaksandr Valialkin
|
c5f894b361
|
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:03:38 +02:00 |
|
Aliaksandr Valialkin
|
754db0d22e
|
app/vmagent/README.md: small fixes
|
2020-03-04 18:14:47 +02:00 |
|
Aliaksandr Valialkin
|
772312bf7b
|
app/vmagent/README.md: typo fix
|
2020-03-04 18:05:09 +02:00 |
|
Aliaksandr Valialkin
|
871abfab7a
|
app/vmagent/README.md: clarification
|
2020-03-04 18:03:48 +02:00 |
|
Aliaksandr Valialkin
|
007c591de8
|
app/vmagent/README.md: add iot and edge monitoring use case
|
2020-03-04 18:01:34 +02:00 |
|
Aliaksandr Valialkin
|
474a09c0f1
|
app/vmagent/README.md: add use cases section
|
2020-03-04 17:42:27 +02:00 |
|
Aliaksandr Valialkin
|
76036c1897
|
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:07 +02:00 |
|
Aliaksandr Valialkin
|
c31d640eb9
|
app/vmagent/remotewrite: do not reset empty relabelCtx
|
2020-03-03 15:01:03 +02:00 |
|
Aliaksandr Valialkin
|
02b55c72dc
|
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:12:16 +02:00 |
|
Aliaksandr Valialkin
|
f9a584b5c1
|
app/vmagent/remotewrite: yet another typo fix
|
2020-02-28 20:05:55 +02:00 |
|
Aliaksandr Valialkin
|
b9b46cb8dc
|
app/vmagent/remotewrite: typo fix
|
2020-02-28 19:03:16 +02:00 |
|
Aliaksandr Valialkin
|
db6f4e4af1
|
app/vmagent/remotewrite: limit memory usage when big scrape blocks are pushed to remote storage
|
2020-02-28 18:58:01 +02:00 |
|
Aliaksandr Valialkin
|
c458b521a2
|
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:11 +02:00 |
|
Aliaksandr Valialkin
|
117c76311c
|
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:27:08 +02:00 |
|
Aliaksandr Valialkin
|
be37d762cd
|
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:57:47 +02:00 |
|
Aliaksandr Valialkin
|
4e24839a2c
|
app/vmagent: do not allow sending unpacked requests with sizes exceeding -maxInsertRequestSize
|
2020-02-25 19:34:41 +02:00 |
|
Aliaksandr Valialkin
|
6386aeb1e0
|
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:12:49 +02:00 |
|
Aliaksandr Valialkin
|
e453880084
|
app/vmagent/README.md: mention that vmagent exposes target statuses at /targets page
|
2020-02-25 18:15:58 +02:00 |
|
Aliaksandr Valialkin
|
4c4448b66e
|
app/vminsert: add /targets handler, which exposes Prometheus targets defined in -promscrape.config file
|
2020-02-25 18:13:11 +02:00 |
|
Aliaksandr Valialkin
|
e1ef72af01
|
app/vmagent: logo fix
|
2020-02-25 00:09:19 +02:00 |
|
Aliaksandr Valialkin
|
56c70fe856
|
app/vmagent: update docs
|
2020-02-25 00:09:18 +02:00 |
|
Aliaksandr Valialkin
|
e7e4aa5243
|
app/vmagent/README.md: small fixes
|
2020-02-24 21:25:38 +02:00 |
|
Aliaksandr Valialkin
|
04762344c6
|
app/vmagent: initial implementation for vmagent
|
2020-02-23 13:36:03 +02:00 |
|