Skip to content

Commit 83b37b2

Browse files
committed
1 parent e42e276 commit 83b37b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/data/relay_metrics.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,14 @@
723723
"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.",
724724
"features": []
725725
},
726+
{
727+
"type": "Timer",
728+
"name": "store.message.duration",
729+
"description": "Timing in milliseconds for processing a message in the metric store service.\n\nThis metric is tagged with:\n- `message`: The type of message that was processed.",
730+
"features": [
731+
"processing"
732+
]
733+
},
726734
{
727735
"type": "Gauge",
728736
"name": "tokio.active_task_count",

0 commit comments

Comments
 (0)