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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
1
[
2
+
{
3
+
"type": "Gauge",
4
+
"name": "async_pool.activity",
5
+
"description": "Tracks the activity of the async pool.\n\nThe activity 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.",
6
+
"features": []
7
+
},
2
8
{
3
9
"type": "Counter",
4
10
"name": "async_pool.finished_tasks",
@@ -14,7 +20,7 @@
14
20
{
15
21
"type": "Gauge",
16
22
"name": "async_pool.utilization",
17
-
"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.",
23
+
"description": "Tracks the utilization of the async pool.\n\nThe utilization is a value between 0.0 and 100.0 which determines how busy the pool is doing\nCPU-bound work.\n\nThis metric is tagged with:\n- `pool`: the name of the pool.",
0 commit comments