Skip to content

Commit 0a998c1

Browse files
committed
1 parent e83a6e7 commit 0a998c1

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

src/data/relay_metrics.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@
3131
"processing"
3232
]
3333
},
34-
{
35-
"type": "Gauge",
36-
"name": "attachment.upload.concurrent",
37-
"description": "Number of attachment uploads currently in flight.",
38-
"features": [
39-
"processing"
40-
]
41-
},
4234
{
4335
"type": "Timer",
4436
"name": "attachment.upload.duration",
@@ -1048,6 +1040,12 @@
10481040
"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.",
10491041
"features": []
10501042
},
1043+
{
1044+
"type": "Gauge",
1045+
"name": "service.concurrency",
1046+
"description": "Number of messages currently being handled concurrently by a [`ConcurrentService`](crate::ConcurrentService).\nThis metric is tagged with:\n- `service`: The fully qualified type name of the service implementation.",
1047+
"features": []
1048+
},
10511049
{
10521050
"type": "Gauge",
10531051
"name": "service.utilization",

0 commit comments

Comments
 (0)