Skip to content

Commit 08be715

Browse files
Update content/integrate/prometheus-with-redis-enterprise/observability.md
Co-authored-by: andy-stark-redis <[email protected]>
1 parent c7d4463 commit 08be715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/prometheus-with-redis-enterprise/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ This number should remain relatively constant over time.
250250
| ------ | ------ | :------ |
251251
|Fewer connections to Redis than expected |The application may not be connecting to the correct Redis database. There may be a network partition between the application and the Redis database. | Confirm that the application can successfully connect to Redis. This may require consulting the application logs or the application's connection configuration. |
252252
|Connection count continues to grow over time | Your application may not be releasing connections. The most common of such a connection leak is a manually implemented connection pool or a connection pool that is not properly configured. | Review the application's connection configuration |
253-
|Erratic connection counts (for example, spikes and drops) | Application misbehavior (thundering herds, connection cycling, or networking issues) | Review the application logs and network traffic to determine the cause of the erratic connection counts. |
253+
|Erratic connection counts (for example, spikes and drops) | Application misbehavior ([thundering herds](https://en.wikipedia.org/wiki/Thundering_herd_problem), connection cycling, or networking issues) | Review the application logs and network traffic to determine the cause of the erratic connection counts. |
254254

255255

256256
Dashboard displaying connections - [Database Dashboard](https://github.com/redis-field-engineering/redis-enterprise-observability/blob/main/grafana/dashboards/grafana_v9-11/software/classic/database_dashboard_v9-11.json)

0 commit comments

Comments
 (0)