Replies: 2 comments
-
cc @PeterF778 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently there's no way in jmx-metrics to combine data from two different MBeans. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to implement auto-instrumentation using the jmx-metrics
My aim is to emit a metric on a simple Java application for the gc metrics.
This is my rules file:
I am looking for a way to add the process pid as an attribute to the datapoint attributes (not the resource attributes) of
my.own.last.gc.duration
.Is there a way to do that?
I know that the PID attribute is present in the attributes of the bean java.lang.Runtime. Can we extract it from there maybe?
Beta Was this translation helpful? Give feedback.
All reactions