System metrics not exported when application is containerized #6135
Unanswered
shravani154
asked this question in
Q&A
Replies: 0 comments
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,
In my application I use java auto instrumentation and I have otel metrics exported to otlp. But additional to default metrics I needed system metrics like system.memory.utilization and system.memory.usage, So for that I added "opentelemetry-oshi" dependency which helped in exporting the system metrics to collector. This solution was working fine in my local but when I dockerized the application and run it, I see all the other metrics except oshi's system metrics. Is there any way to solve this problem?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions