-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
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 output: tags in top level namespace #879
Comments
I'm not very familiar with how graphite metrics are typically named, but shouldn't the "field" name go higher up also then?, ie:
|
Hi, The main difference is how you end up doing wildcard queries in graphite.
vs
We usually use the later, so we get the actual metric name in the last part, but no idea if there is a standard way. |
Hi, See the files blow for the difference in the metric names/namespace |
I see that you're also converting |
Yeah, that change slipped into that branch. My intention was to not include it yet and can easily remove it. |
Hi,
Couldn't find a related issue, so submitting this one.
I'm using the graphite output out current infra and tools rely on it.
After upgrading from 0.10.1, the metrics namespace for a host ends up with a lot of top level entries that (I think) should be inside/below the name of the measurement.
I know this was done to address #595 and #596
For example when using the elasticsearch input (alonside others) I end up getting metrics with this scheme:
Which is creating a top level namespace for each elasticsearch index, I think it would be nicer to have the index name below the name, e.g:
I'm new to the telegraf code, but do you think this would be possible to change? I can try to work on fix if there is a chance to get such change accepted.
Thanks.
The text was updated successfully, but these errors were encountered: