mirror of https://github.com/apache/druid.git
Add 'ingest/notices/time' metric to statsd emitter (#17468)
* SQL syntax error should target USER persona * * revert change to queryHandler and related tests, based on review comments * * add test * Add 'ingest/notices/time' metric to statsd emitter This metric gives the milliseconds taken to process a notice by the supervisor.
This commit is contained in:
parent
390c2d68c8
commit
b0c73d7c2a
|
@ -65,6 +65,8 @@
|
|||
"ingest/kinesis/avgLag/time" : { "dimensions" : ["dataSource", "stream"], "type" : "gauge" },
|
||||
"ingest/kinesis/partitionLag/time" : { "dimensions" : ["dataSource", "stream", "partition"], "type" : "gauge" },
|
||||
|
||||
"ingest/notices/time" : { "dimensions" : ["dataSource", "noticeType"], "type" : "timer" },
|
||||
|
||||
"task/success/count" : { "dimensions" : ["dataSource"], "type" : "count" },
|
||||
"task/failed/count" : { "dimensions" : ["dataSource"], "type" : "count" },
|
||||
"task/running/count" : { "dimensions" : ["dataSource"], "type" : "gauge" },
|
||||
|
|
Loading…
Reference in New Issue