-
Notifications
You must be signed in to change notification settings - Fork 110
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
Support for statsd metric tagging #81
Comments
Thanks @tcrossland,
It would look like <query objectName="..." attribute="..." resultAlias="metric-name\#tag=value"/> It should not be a huge amount of work. jmxtrans-agent/src/main/java/org/jmxtrans/agent/ExpressionLanguageEngineImpl.java Line 90 in efa75a3
|
@cyrille-leclerc thanks, that seems like a reasonable approach. Let me know if I can help. |
Updated to support statsd tags, both for Sysdig and DataDog |
@jakobant Are you sure that's the same functionality? This issue describes being able to have different tags on different queries which share the same StatsDOutputWriter. Maybe I misunderstood your comment. |
It would be useful to be able to use statsd tags in metrics (see the Metric Tagging section here), for example:
Currently this will be rejected by jmxtrans-agent's expression engine:
The text was updated successfully, but these errors were encountered: