This is an automated email from the ASF dual-hosted git repository.

zachjsh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 8853c7e5c6d Add  `ingest/notices/queueSize` and `ingest/pause/time` to 
statsd emitter (#17487)
8853c7e5c6d is described below

commit 8853c7e5c6d5169884b813899cbebe8671df8fea
Author: zachjsh <[email protected]>
AuthorDate: Mon Nov 18 20:58:00 2024 -0500

    Add  `ingest/notices/queueSize` and `ingest/pause/time` to statsd emitter 
(#17487)
    
    * SQL syntax error should target USER persona
    
    * * revert change to queryHandler and related tests, based on review 
comments
    
    * * add test
    
    * * add `ingest/notices/queueSize` and `ingest/pause/time` to statsd emitter
    
    * * add taskStatus dimension to `service/heartbeat` metric
    
    * Revert "* add taskStatus dimension to `service/heartbeat` metric"
    
    This reverts commit cfb02a2813b24243ea0703def7a0dddd948bee00.
---
 .../statsd-emitter/src/main/resources/defaultMetricDimensions.json     | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/extensions-contrib/statsd-emitter/src/main/resources/defaultMetricDimensions.json
 
b/extensions-contrib/statsd-emitter/src/main/resources/defaultMetricDimensions.json
index 91a74707e4f..a83aeb1bc7e 100644
--- 
a/extensions-contrib/statsd-emitter/src/main/resources/defaultMetricDimensions.json
+++ 
b/extensions-contrib/statsd-emitter/src/main/resources/defaultMetricDimensions.json
@@ -66,6 +66,9 @@
   "ingest/kinesis/partitionLag/time" : { "dimensions" : ["dataSource", 
"stream", "partition"], "type" : "gauge" },
 
   "ingest/notices/time" : { "dimensions" : ["dataSource", "noticeType"], 
"type" : "timer" },
+  "ingest/notices/queueSize" : { "dimensions" : ["dataSource"], "type" : 
"gauge" },
+
+  "ingest/pause/time" : { "dimensions" : ["dataSource", "taskId"], "type" : 
"timer" },
 
   "task/success/count" : { "dimensions" : ["dataSource"], "type" : "count" },
   "task/failed/count" : { "dimensions" : ["dataSource"], "type" : "count" },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to