You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use an hardcoded threshold for the RedisTooManyConnections alert. I don't think this is very effective of alerting as the number of connections scales linearly with the number of pods in a setup.
Expected behavior
We should likely use a percentage based on the max conn configured in Redis.
Bug description
We currently use an hardcoded threshold for the
RedisTooManyConnections
alert. I don't think this is very effective of alerting as the number of connections scales linearly with the number of pods in a setup.Expected behavior
We should likely use a percentage based on the max conn configured in Redis.
Additional context
Internal Slack thread.
The text was updated successfully, but these errors were encountered: