Skip to content

Commit 5f403f6

Browse files
committed
remove todo now that we filter negative values
1 parent f703d9b commit 5f403f6

File tree

1 file changed

+1
-2
lines changed
  • instrumentation/jmx-metrics/library/src/main/resources/jmx/rules

1 file changed

+1
-2
lines changed

instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/jvm.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ rules:
6363

6464
- bean: java.lang:type=OperatingSystem
6565
prefix: jvm.
66-
# TODO: drop negative values once https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13589 is merged
67-
# dropNegativeValues: true
66+
dropNegativeValues: true
6867
mapping:
6968
# jvm.cpu.count
7069
AvailableProcessors:

0 commit comments

Comments
 (0)