Skip to content

Commit afca329

Browse files
authored
Fix OS bean name.
1 parent 359402e commit afca329

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ rules:
8383
DaemonThreadCount:
8484
metric: jvm.daemon_threads.count
8585
desc: Number of daemon threads
86-
- bean: java.lang:type=OperatingSystem,*
86+
- bean: java.lang:type=OperatingSystem
8787
prefix: jvm.cpu.
8888
type: gauge
8989
mapping:

0 commit comments

Comments
 (0)