We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec0520 commit ed7334cCopy full SHA for ed7334c
instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/jvm.yaml
@@ -96,9 +96,9 @@ rules:
96
type: gauge
97
unit: '1'
98
desc: Recent CPU utilization for the whole system as reported by the JVM.
99
- # jvm.file_descriptor.count
+ # jvm.file_descriptor.count (experimental)
100
OpenFileDescriptorCount:
101
- metric: file_descriptor.open
+ metric: file_descriptor.count
102
type: updowncounter
103
unit: "{file_descriptors}"
104
desc: Number of open file descriptors.
0 commit comments