Skip to content

Commit e8fdc29

Browse files
committed
Attr name fixed
1 parent 297fb6b commit e8fdc29

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/tomcat.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ rules:
7373
metric: &metric thread.count
7474
desc: &desc Thread count of the thread pool.
7575
metricAttribute:
76-
state: const(idle)
76+
tomcat.thread.state: const(idle)
7777
currentThreadsBusy:
7878
metric: *metric
7979
desc: *desc
8080
metricAttribute:
81-
state: const(busy)
81+
tomcat.thread.state: const(busy)
8282

0 commit comments

Comments
 (0)