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 297fb6b commit e8fdc29Copy full SHA for e8fdc29
instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/tomcat.yaml
@@ -73,10 +73,10 @@ rules:
73
metric: &metric thread.count
74
desc: &desc Thread count of the thread pool.
75
metricAttribute:
76
- state: const(idle)
+ tomcat.thread.state: const(idle)
77
currentThreadsBusy:
78
metric: *metric
79
desc: *desc
80
81
- state: const(busy)
+ tomcat.thread.state: const(busy)
82
0 commit comments