DexterZhang
|
67511d4165
|
feat(vmagent): add promscrap config reload suppport via http (#450)
* feat(vmagent): add promscrap config reload suppport via http endpoint `/-/reload`
* fix: typo fix
|
2020-04-30 02:00:32 +03: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
|
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
|
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
|
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
|
04762344c6
|
app/vmagent: initial implementation for vmagent
|
2020-02-23 13:36:03 +02:00 |
|