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:
Suneet Saldanha 2024-10-10 03:33:50 -07:00 committed by GitHub
parent 1d95ef34f0
commit fb38e483cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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" },