We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fd112 commit 105fdeeCopy full SHA for 105fdee
src/data/relay_metrics.json
@@ -1,4 +1,10 @@
1
[
2
+ {
3
+ "type": "Counter",
4
+ "name": "async_pool.finished_tasks",
5
+ "description": "Tracks the number of tasks driven to completion by the async pool.\n\nThis metric is tagged with:\n- `pool`: the name of the pool.",
6
+ "features": []
7
+ },
8
{
9
"type": "Gauge",
10
"name": "async_pool.queue_size",
0 commit comments