File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,17 @@ The gRPC metrics provided by the metrics plugin include:
78
78
- ` rr_gprc_request_total` - Total number of handled gRPC requests after server restart.
79
79
- ` rr_grpc_request_duration_seconds` - gRPC request duration.
80
80
81
+ # ## Redis Metrics
82
+
83
+ The Redis metrics provided by the redis plugin include :
84
+
85
+ - ` rr_redis_pool_conn_idle_current` - Current number of idle connections in the pool.
86
+ - ` rr_redis_pool_conn_stale_total` - Number of times a connection was removed from the pool because it was stale.
87
+ - ` rr_redis_pool_conn_total_current` - Current number of connections in the pool.
88
+ - ` rr_redis_pool_hit_total` - Number of times a connection was found in the pool.
89
+ - ` rr_redis_pool_miss_total` - Number of times a connection was not found in the pool.
90
+ - ` rr_redis_pool_timeout_total` - Number of times a timeout occurred when looking for a connection in the pool.
91
+
81
92
# ## JOBS Metrics
82
93
83
94
The JOBS metrics provided by the metrics plugin include :
You can’t perform that action at this time.
0 commit comments