Skip to content

Commit ed7334c

Browse files
committed
metric name mismatch
1 parent 8ec0520 commit ed7334c

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ rules:
9696
type: gauge
9797
unit: '1'
9898
desc: Recent CPU utilization for the whole system as reported by the JVM.
99-
# jvm.file_descriptor.count
99+
# jvm.file_descriptor.count (experimental)
100100
OpenFileDescriptorCount:
101-
metric: file_descriptor.open
101+
metric: file_descriptor.count
102102
type: updowncounter
103103
unit: "{file_descriptors}"
104104
desc: Number of open file descriptors.

0 commit comments

Comments
 (0)