mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +03:00
- Adds `info`, `gaugehistogram`, `stateset`, and `unknown` as recognized metric type names in the Prometheus/OpenMetrics text format parser. - Previously these valid [OpenMetrics](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md) types hit the `default` case and emitted an `error`-level log on every scrape, flooding logs and continuously triggering the `TooManyLogs` alert. Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10685 Co-authored-by: Max Kotliar <mkotlyar@victoriametrics.com>