Skip to content

Commit

Permalink
Add 'ingest/notices/time' metric to statsd emitter (apache#17468)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
zachjsh authored Nov 13, 2024
1 parent 390c2d6 commit b0c73d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit b0c73d7

Please sign in to comment.