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
|
b785429ddb
|
lib/protoparser: metrics renaming: vm_protoparser_<type>_* -> vm_protoparser_*{type="<type>"}
This should improve composability of these metrics in PromQL queries
|
2020-02-28 20:20:10 +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
|
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 |
|
Aliaksandr Valialkin
|
6456c93dbb
|
app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent
|
2020-01-24 16:53:00 +02:00 |
|