Skip to content
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

Merged
merged 8 commits into from
Apr 22, 2022

Conversation

carlosalberto
Copy link
Contributor

@carlosalberto carlosalberto commented Apr 8, 2022

Add a pair of metrics from the JMX Gatherer, renamed accordingly to comply with the existing runtime metrics:

  • process.runtime.jvm.threads.count (renamed from jvm.threads.count), UpDownCounter
  • process.runtime.jvm.classes.loaded (renamed from jvm.classes.loaded), UpDownCounter
  • process.runtime.jvm.classes.unloaded (new), UpDownCounter

(Left out the GC metrics as those probably belong to its own discussion)

@carlosalberto carlosalberto requested review from a team as code owners April 8, 2022 11:11
@carlosalberto
Copy link
Contributor Author

@bogdandrutu @trask Please review (check is failing but that's not related to these changes).

1 similar comment
@carlosalberto
Copy link
Contributor Author

@bogdandrutu @trask Please review (check is failing but that's not related to these changes).

@reyang reyang added area:semantic-conventions Related to semantic conventions spec:metrics Related to the specification/metrics directory labels Apr 13, 2022
Copy link
Member

@jack-berg jack-berg left a 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

Copy link
Member

@trask trask left a 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

@carlosalberto carlosalberto merged commit b7743df into open-telemetry:main Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:semantic-conventions Related to semantic conventions spec:metrics Related to the specification/metrics directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants