-
Notifications
You must be signed in to change notification settings - Fork 70
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
Ability to filter tags out of an attribute? #103
Comments
Thanks for reporting the issue and providing a use case @osheroff . I am afraid this is not something JMXFetch can do right now. I am adding a note to our triage and will follow back to you: I'll believe we should work on such a feature for the next release. |
@osheroff we are going to move forward and add support for tag filtering with Datadog Agent To prevent multiple MBeans from being submitted with the same metric names and tags (resulting from the removal of an attribute's tag) and overriding each other, the corresponding metrics would be submitted with the
|
This is usefull to filter out unique tags like host/client id, ... This may/should be use in combination with the 'histogram' metric_type to avoid loosing metric points.
This is usefull to filter out unique tags like host/client id, ... This may/should be use in combination with the 'histogram' metric_type to avoid loosing metric points.
This is usefull to filter out unique tags like host/client id, ... This may/should be use in combination with the 'histogram' metric_type to avoid loosing metric points.
Hi,
I'm wiring up
jmxfetch
to a kafka producer JVM. It includes a "client-id" tag(?) that I'd like to filter out, as historically large number of unique tags have been problematic to our datadog install. Is this possible with jmxfetch?The log line when it discovers the metric:
The text was updated successfully, but these errors were encountered: