Skip to content

Commit e61b9ab

Browse files
committed
1 parent e8bfe3f commit e61b9ab

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
@@ -819,6 +819,12 @@
819819
"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.",
820820
"features": []
821821
},
822+
{
823+
"type": "Counter",
824+
"name": "service.idle_time_nanos",
825+
"description": "The amount of time a service spends waiting for new messages.\n\nThis is an indicator of how much more load a service can take on.\n\nCaveat: Some services circumvent the service framework by using custom incoming queues.\nFor these, we cannot fully rely on this metric.\n\nThis metric is tagged with:\n- `service`: The fully qualified type name of the service implementation.",
826+
"features": []
827+
},
822828
{
823829
"type": "Timer",
824830
"name": "store.message.duration",

0 commit comments

Comments
 (0)