Skip to content

Commit b0d9cfd

Browse files
committed
ensure word for word on description
1 parent f73eee8 commit b0d9cfd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ rules:
101101
metric: file_descriptor.count
102102
type: updowncounter
103103
unit: "{file_descriptor}"
104-
desc: Number of open file descriptors.
104+
desc: Number of open file descriptors as reported by the JVM.
105105

106106
- bean: java.nio:name=*,type=BufferPool
107107
prefix: jvm.buffer.

0 commit comments

Comments
 (0)