Skip to content

Commit ab459a6

Browse files
committed
1 parent 8a919ce commit ab459a6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: src/data/relay_metrics.json

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
[
2+
{
3+
"type": "Gauge",
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.",
6+
"features": []
7+
},
8+
{
9+
"type": "Gauge",
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.",
12+
"features": []
13+
},
214
{
315
"type": "Gauge",
416
"name": "buffer.disk_used",

0 commit comments

Comments
 (0)