Skip to content

Commit 8a7c56d

Browse files
iambriccardobitsandfoxes
authored andcommitted
1 parent 2736165 commit 8a7c56d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/data/relay_metrics.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,22 @@
685685
"processing"
686686
]
687687
},
688+
{
689+
"type": "Gauge",
690+
"name": "redis.pool.max_connections",
691+
"description": "The maximum number of connections in the Redis pool.",
692+
"features": [
693+
"processing"
694+
]
695+
},
696+
{
697+
"type": "Gauge",
698+
"name": "redis.pool.waiting_for_connection",
699+
"description": "The number of futures waiting to grab a connection.",
700+
"features": [
701+
"processing"
702+
]
703+
},
688704
{
689705
"type": "Timer",
690706
"name": "replay.recording.process",

0 commit comments

Comments
 (0)