Skip to content

Commit 494e7ce

Browse files
committed
1 parent 43dd0c6 commit 494e7ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/relay_metrics.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,12 @@
363363
"description": "Number of producer errors occurred after an envelope was already enqueued for sending to\nKafka.\n\nThese errors include, for example, _\"MessageTooLarge\"_ errors when the broker does not\naccept the requests over a certain size, which is usually due to invalid or inconsistent\nbroker/producer configurations.",
364364
"features": []
365365
},
366+
{
367+
"type": "Timer",
368+
"name": "processor.message.duration",
369+
"description": "Timing in milliseconds for processing a message in the internal CPU pool.\n\nThis metric is tagged with:\n\n- `message`: The type of message that was processed.",
370+
"features": []
371+
},
366372
{
367373
"type": "Counter",
368374
"name": "project_cache.eviction",

0 commit comments

Comments
 (0)