Skip to content

Commit

Permalink
statsd-emitter: Add dutyGroup to coordinator global time metric (apac…
Browse files Browse the repository at this point in the history
…he#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.
  • Loading branch information
suneet-s authored Oct 10, 2024
1 parent 1d95ef3 commit fb38e48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit fb38e48

Please sign in to comment.