Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Sep 2, 2024
1 parent b5cd45c commit 9998288
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,12 @@
"description": "A number of messages queued in a services inbound message channel.\n\nThis metric is emitted once per second for every running service. Without backlogs, this\nnumber should be close to `0`. If this number is monotonically increasing, the service is\nnot able to process the inbound message volume.\n\nThis metric is tagged with:\n- `service`: The fully qualified type name of the service implementation.",
"features": []
},
{
"type": "Timer",
"name": "spool.initialization",
"description": "Timing in milliseconds for the time it takes for initialize the spooler.",
"features": []
},
{
"type": "Timer",
"name": "store.message.duration",
Expand Down

0 comments on commit 9998288

Please sign in to comment.