We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@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"}
Sorry, something went wrong.
Related to VictoriaMetrics/VictoriaMetrics#7703
Got it, thanks @hagen1778
Reviewing the MetricsQL code I would think in the case of numbers you could use the escape character \ before the number Ex: \3ds.metrics.count
\
\3ds.metrics.count
No branches or pull requests
Seems it's not allowed when querying in Grafana:
But according to the doc:
The text was updated successfully, but these errors were encountered: