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

Incorrect Metric Mapping for jvm.loaded_classes #124

Open
koontzjlc opened this issue Jul 13, 2023 · 2 comments
Open

Incorrect Metric Mapping for jvm.loaded_classes #124

koontzjlc opened this issue Jul 13, 2023 · 2 comments
Assignees

Comments

@koontzjlc
Copy link

The OpenTelemetry metric process.runtime.jvm.classes.loaded is mapped to the Datadog metric jvm.loaded_classes (source).

Per the OpenTelemetry semantic conventions this metric is a monotonic counter that measures the total number of classes loaded since JVM start. The Datadog metric jvm.loaded_classes is a gauge that measures the current number of loaded classes (source), which corresponds to the OpenTelemetry metric process.runtime.jvm.classes.current_loaded.

@songy23
Copy link
Member

songy23 commented Jul 13, 2023

cc @liustanley

@liustanley
Copy link
Contributor

@koontzjlc Thanks for flagging this! I'll update this mapping to be included in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants