Skip to content

Commit d53236f

Browse files
committed
1 parent 45e06c1 commit d53236f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/relay_metrics.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
{
33
"type": "Gauge",
44
"name": "async_pool.queue_size",
5-
"description": "Tracks the number of futures waiting to be executed in the pool's queue.\n\nUseful for understanding the backlog of work and identifying potential bottlenecks.",
5+
"description": "Tracks the number of futures waiting to be executed in the pool's queue.\n\nUseful for understanding the backlog of work and identifying potential bottlenecks.\n\nThis metric is tagged with:\n- `pool`: the name of the pool.",
66
"features": []
77
},
88
{
99
"type": "Gauge",
1010
"name": "async_pool.utilization",
11-
"description": "Tracks the utilization of the async pool.\n\nThe utilization is a value between 0.0 and 1.0 which determines how busy is the pool\nw.r.t. to its provisioned capacity.",
11+
"description": "Tracks the utilization of the async pool.\n\nThe utilization is a value between 0.0 and 100.0 which determines how busy is the pool\nw.r.t. to its provisioned capacity.\n\nThis metric is tagged with:\n- `pool`: the name of the pool.",
1212
"features": []
1313
},
1414
{

0 commit comments

Comments
 (0)