You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/relay_metrics.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
{
3
3
"type": "Gauge",
4
4
"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.",
6
6
"features": []
7
7
},
8
8
{
9
9
"type": "Gauge",
10
10
"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.",
0 commit comments