mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-17 16:51:36 +01:00
When the label name of a matcher contains non-standard characters, like a dot, or starts with a digit, it should be quoted. If it's not quoted, then `VectorSelector.String()` isn't a valid PromQL. Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>