-
Notifications
You must be signed in to change notification settings - Fork 6
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 mappings for OTEL jvm metrics #226
Comments
On a side note, renaming the OTEL semantic convention metrics to datadog-specific attributes seems to cause a lot of confusion among the users. |
The mappings are updated via #265. But I would like to get an answer for
|
@lenin-jaganathan Thanks for providing the feedback regarding the metrics mapping. Addressing this is currently on our roadmap, and we'll make sure to reach back out once we have more information to share. |
Thank you. One additional query is that the translations for JVM metrics covers memory/threads/classes but not the cpu/gc part of things. I know this might be a bit out of scope for this issue but just wanted to know is there anything I can read about this? |
@lenin-jaganathan Our translations for JVM metrics also include cpu/gc metrics. Some Datadog metrics such as |
@liustanley Thanks for that. Sorry, I missed the CPU metrics that are getting translated. Probably overlooked since they don't show up in the runtime metrics section in the Service overview page of DD. Coming to the GC metrics, OTEL Semantic Convention emits e.g jvm.gc.duration{jvm.gc.name="G1 Young Generation"} |
@liustanley |
opentelemetry-mapping-go/pkg/otlp/metrics/runtime_metric_mappings.go
Lines 92 to 224 in 5bac6ca
OTEL Semantic conventions have renamed a lot of JVM metrics and lot of them were made stable as well. DataDog's translator still seem to use the old conventions and applications on new version of OTEL Semconv are missing the built-in dashboards due to this.
The text was updated successfully, but these errors were encountered: