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
Graphite's grammar should allow for characters with special meaning in the grammar and metric path to be escaped so as to be allowed in a metric name.
The most clear case is in #89 where parenthesis are in the metric name. It should also be possible to support escaping periods as well
ex: sumSeries(metrics.*.time_(ms)_avg) sites.www.google.com.latency
The text was updated successfully, but these errors were encountered:
Doh. I just opened a new one for this after forgetting about this one. Closing in favor of #242 as there are a few more implementation notes
Sorry, something went wrong.
0.9.x nodaemon backport (rebase of graphite-project#144 to 0.9.x branch)
4131fcc
Merge pull request graphite-project#271 from deniszh/0.9.x_nodaemon
0d44074
No branches or pull requests
Graphite's grammar should allow for characters with special meaning in the grammar and metric path to be escaped so as to be allowed in a metric name.
The most clear case is in #89 where parenthesis are in the metric name. It should also be possible to support escaping periods as well
ex:
sumSeries(metrics.*.time_(ms)_avg)
sites.www.google.com.latency
The text was updated successfully, but these errors were encountered: