Aliaksandr Valialkin
|
69004a5f67
|
lib/promscrape: fix tests after the commit 658a8742ac
The original commit copies `__address__` label to `instance` label when generating per-target labels as Prometheus does.
See https://www.robustperception.io/life-of-a-label for details.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/453
|
2020-05-03 16:56:15 +03:00 |
|
DexterZhang
|
658a8742ac
|
fix(vmagent): different behavior as how prometheus deal with labels. [Issue#453] (#454)
|
2020-05-03 16:51:03 +03:00 |
|
Aliaksandr Valialkin
|
1d7ab78b55
|
lib/protoparser/prometheus: allow trailing comma in tags list
The trailing comma is generated by cloudwatch exporter.
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/350
|
2020-03-02 22:22:09 +02:00 |
|
Aliaksandr Valialkin
|
04762344c6
|
app/vmagent: initial implementation for vmagent
|
2020-02-23 13:36:03 +02:00 |
|
Aliaksandr Valialkin
|
71a52f5f90
|
lib/protoparser/prometheus: skip leading whitespace from tag names
|
2020-02-16 19:06:33 +02:00 |
|
Aliaksandr Valialkin
|
2a0a0ed14d
|
lib/protoparser: add parser for Prometheus exposition text format
This parser will be used by vmagent
|
2020-01-24 20:11:02 +02:00 |
|