VictoriaMetrics/lib/protoparser/prometheus
Aliaksandr Valialkin b7f4fc6e0d lib/protoparser/prometheus: properly parse metrics with exemplars
Examplars have been introduced in OpenMetrics - see https://github.com/OpenObservability/OpenMetrics/blob/master/OpenMetrics.md#exemplars-1
Previously VictoriaMetrics couldn't parse the following metric

    foo{bar="baz"} 123 # exemplar here

This commit fixes this. Note that VictoriaMetrics ignores the exemplar as for now.
2020-11-24 12:34:56 +02:00
..
parser_test.go lib/protoparser/prometheus: properly parse metrics with exemplars 2020-11-24 12:34:56 +02:00
parser_timing_test.go lib/protoparser: add parser for Prometheus exposition text format 2020-01-24 20:11:02 +02:00
parser.go lib/protoparser/prometheus: properly parse metrics with exemplars 2020-11-24 12:34:56 +02:00
streamparser_test.go lib/protoparser/prometheus: sort rows before comparing them in TestParseStream, since the order for callback calls is non-deterministic 2020-09-29 12:30:04 +03:00
streamparser.go lib/protoparser: propagate callback error to the caller of ParseStream for every supported data ingestion protocols 2020-11-13 13:05:24 +02:00