You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Garbage Collection metric runtime.jvm.gc.count reports the unit as "collections", which is an invalid unit.
Steps to reproduce
Enable GC metrics by specifying -Dotel.instrumentation.runtime-metrics.experimental-metrics.enabled=true on the java command line with the agent. Watch the metric data stream for "runtime.jvm.gc.count".
What did you expect to see?
A correct unit can be "{collections}", or "1{collections}", or just "1".
What did you see instead?
The reported unit comes out as "collections".
What version are you using?
1.18
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Garbage Collection metric runtime.jvm.gc.count reports the unit as "collections", which is an invalid unit.
Steps to reproduce
Enable GC metrics by specifying -Dotel.instrumentation.runtime-metrics.experimental-metrics.enabled=true on the java command line with the agent. Watch the metric data stream for "runtime.jvm.gc.count".
What did you expect to see?
A correct unit can be "{collections}", or "1{collections}", or just "1".
What did you see instead?
The reported unit comes out as "collections".
What version are you using?
1.18
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: