Skip to content

Commit 681db40

Browse files
committed
Redis metrics doc
1 parent a579606 commit 681db40

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lab/metrics.md

+11
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,17 @@ The gRPC metrics provided by the metrics plugin include:
7878
- `rr_gprc_request_total` - Total number of handled gRPC requests after server restart.
7979
- `rr_grpc_request_duration_seconds` - gRPC request duration.
8080

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+
8192
### JOBS Metrics
8293

8394
The JOBS metrics provided by the metrics plugin include:

0 commit comments

Comments
 (0)