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:
zachjsh 2024-11-18 20:58:00 -05:00 committed by GitHub
parent 6f436301be
commit 8853c7e5c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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