Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Mar 4, 2025
1 parent 8a919ce commit ab459a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
{
"type": "Gauge",
"name": "async_pool.queue_size",
"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.",
"features": []
},
{
"type": "Gauge",
"name": "async_pool.utilization",
"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.",
"features": []
},
{
"type": "Gauge",
"name": "buffer.disk_used",
Expand Down

0 comments on commit ab459a6

Please sign in to comment.