mirror of https://github.com/apache/druid.git
statsd-emitter: Add dutyGroup to coordinator global time metric (#17320)
The duty group is a low cardinality dimension and can be helpful in providing insight into whether a particular duty group is not running fast enough on the coordinator.
This commit is contained in:
parent
1d95ef34f0
commit
fb38e483cf
|
@ -159,7 +159,7 @@
|
|||
"jetty/threadPool/queueSize": { "dimensions" : [], "type" : "gauge" },
|
||||
|
||||
"coordinator/time" : { "dimensions" : [], "type" : "timer"},
|
||||
"coordinator/global/time" : { "dimensions" : [], "type" : "timer"},
|
||||
"coordinator/global/time" : { "dimensions" : ["dutyGroup"], "type" : "timer"},
|
||||
|
||||
"tier/required/capacity" : { "dimensions" : ["tier"], "type" : "gauge" },
|
||||
"tier/total/capacity" : { "dimensions" : ["tier"], "type" : "gauge" },
|
||||
|
|
Loading…
Reference in New Issue