Nikolay
|
9f0a4fd00e
|
Fixes error handling for promscrape.streamParse (#1009)
properly return error if client cannot read data,
properly suppress scraper errors
|
2021-01-12 13:35:09 +02:00 |
|
Aliaksandr Valialkin
|
58d3b82ae5
|
app/{vminsert,vmagent}: allow passing timestamp via timestamp query arg when ingesting data to /api/v1/import/prometheus
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/750
|
2020-09-11 13:28:31 +03:00 |
|
Aliaksandr Valialkin
|
4fa97430d7
|
app/{vminsert,vmagent}: allow adding extra labels when importing data via Prometheus, CSV and JSON line formats
Extra labels may be added to the imported data by passing `extra_label=name=value` query args.
Multiple query args may be passed in order to add multiple extra labels.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/719
|
2020-09-02 19:47:02 +03:00 |
|
Aliaksandr Valialkin
|
49a0011837
|
app/vminsert: do not call ApplyRelabeling function if relabeling is disabled
This should reduce CPU usage a bit when `-relabelConfig` isn't set
|
2020-07-23 13:35:36 +03:00 |
|
Aliaksandr Valialkin
|
6373d377ef
|
app/{vminsert,vmagent}: add ability to import data in Prometheus exposition format via /api/v1/import/prometheus
|
2020-07-10 12:13:28 +03:00 |
|