mirror of https://github.com/apache/druid.git
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 cfb02a2813
.
This commit is contained in:
parent
6f436301be
commit
8853c7e5c6
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue