Skip to content

Commit f364200

Browse files
committed
1 parent 2f52a45 commit f364200

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
@@ -431,6 +431,12 @@
431431
"description": "Number of Relay server starts.\n\nThis can be used to track unwanted restarts due to crashes or termination.",
432432
"features": []
433433
},
434+
{
435+
"type": "Gauge",
436+
"name": "service.back_pressure",
437+
"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.",
438+
"features": []
439+
},
434440
{
435441
"type": "Histogram",
436442
"name": "upstream.envelope.body_size",

0 commit comments

Comments
 (0)