You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our applications, we use the Codahale/Dropwizard metrics library to publish our metrics to JMX. Rather than configure each metric, I'd like to grab everything under a particular domain. For example, something like this:
Another way to solve this would be to overload the attribute and attributes field such that any attributes preceded by a minus sign (-) would be excluded. I've started a branch using this approach for a future pull request.
In our applications, we use the Codahale/Dropwizard metrics library to publish our metrics to JMX. Rather than configure each metric, I'd like to grab everything under a particular domain. For example, something like this:
However, because of the way the metrics are published to JMX, I end up with metrics that aren't really metrics. For example:
What I'd really like to do is specify a set of attributes not to include. The configuration might look something like this:
I'm guessing that some might want to do something similar when processing CompositeData, though I don't personally have that need at the moment.
Thanks!
The text was updated successfully, but these errors were encountered: