Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
The latency metrics are marked as experimental because Apollo might change them if there is an upstream change in one of our dependencies.

#### Connection and performance metrics
- `apollo.router.cache.redis.connections`: Number of active Redis connections
- `apollo.router.cache.redis.clients`: Number of Redis clients active

Check notice on line 87 in docs/source/routing/performance/caching/response-caching/observability.mdx

View check run for this annotation

Apollo Librarian / AI Style Review

docs/source/routing/performance/caching/response-caching/observability.mdx#L87

Use full sentences for list items that are descriptions. Also, numbers zero through ten should be spelled out unless they are part of a code block or command. ```suggestion - `apollo.router.cache.redis.clients`: The number of active Redis clients. ```
- `apollo.router.cache.redis.command_queue_length`: Commands waiting to be sent to Redis
- `apollo.router.cache.redis.commands_executed`: Total number of Redis commands executed
- `apollo.router.cache.redis.redelivery_count`: Commands retried due to connection issues
Expand Down