Open chenlujjj opened 1 week ago
Seems it's not allowed when querying in Grafana:
But according to the doc:
Metric names and label names may contain any unicode letter It should be allowed.
@chenlujjj you have to query it as {__name__="3ds.metric.count"}. Otherwise, the parser assumes you're entering a time interval or a number.
{__name__="3ds.metric.count"}
Related to https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7703
Got it, thanks @hagen1778
Seems it's not allowed when querying in Grafana:
But according to the doc: