Describe the bug
The unit for the metrics "jvm.memory.usage.after.gc" and "jvm.gc.overhead" in JvmHeapPressureMetrics.java is set as percent, but the values are in range [0...1]. This confuses Datadog (and possibly other registries?) which shows these metrics as e.g. "0.1%" instead of 10%.
Environment
Expected behavior
The unit should match the value range so that Datadog can display it properly. Datadog seems to support a "fraction" unit that works for this range.
Describe the bug
The unit for the metrics "jvm.memory.usage.after.gc" and "jvm.gc.overhead" in
JvmHeapPressureMetrics.javais set as percent, but the values are in range [0...1]. This confuses Datadog (and possibly other registries?) which shows these metrics as e.g. "0.1%" instead of 10%.Environment
Expected behavior
The unit should match the value range so that Datadog can display it properly. Datadog seems to support a "fraction" unit that works for this range.