Skip to content

Commit

Permalink
Add ingest/notices/queueSize and ingest/pause/time to statsd emit…
Browse files Browse the repository at this point in the history
…ter (apache#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 cfb02a2.
  • Loading branch information
zachjsh authored Nov 19, 2024
1 parent 6f43630 commit 8853c7e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 8853c7e

Please sign in to comment.