-
Notifications
You must be signed in to change notification settings - Fork 889
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
Update JVM metrics with JMX Gatherer values. #2478
Update JVM metrics with JMX Gatherer values. #2478
Conversation
specification/metrics/semantic_conventions/runtime-environment-metrics.md
Outdated
Show resolved
Hide resolved
@bogdandrutu @trask Please review (check is failing but that's not related to these changes). |
1 similar comment
@bogdandrutu @trask Please review (check is failing but that's not related to these changes). |
specification/metrics/semantic_conventions/runtime-environment-metrics.md
Outdated
Show resolved
Hide resolved
specification/metrics/semantic_conventions/runtime-environment-metrics.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small clarification on the description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with @jack-berg's proposed clarifications
Add a pair of metrics from the JMX Gatherer, renamed accordingly to comply with the existing runtime metrics:
process.runtime.jvm.threads.count
(renamed fromjvm.threads.count
), UpDownCounterprocess.runtime.jvm.classes.loaded
(renamed fromjvm.classes.loaded
), UpDownCounterprocess.runtime.jvm.classes.unloaded
(new), UpDownCounter(Left out the GC metrics as those probably belong to its own discussion)