Skip to content

Commit 6019b27

Browse files
committed
1 parent 18454c8 commit 6019b27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/data/relay_metrics.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
[
2-
{
3-
"type": "Counter",
4-
"name": "buffer.busy",
5-
"description": "Timing in nanoseconds for the time the buffer service spends handling input.\n\nThis metric is tagged with:\n- `input`: The type of input that the service is handling.\n- `partition_id`: The ID of the buffer shard (0, 1, 2, ...)",
6-
"features": []
7-
},
82
{
93
"type": "Gauge",
104
"name": "buffer.disk_used",
@@ -865,6 +859,12 @@
865859
"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.",
866860
"features": []
867861
},
862+
{
863+
"type": "Gauge",
864+
"name": "service.utilization",
865+
"description": "Estimated percentage [0-100] of how busy Relay's internal services are.\n\nThis metric is tagged with:\n- `service`: the service name.\n- `instance_id`: a for the service name unique identifier for the running service",
866+
"features": []
867+
},
868868
{
869869
"type": "Timer",
870870
"name": "store.message.duration",

0 commit comments

Comments
 (0)