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
Interesting. Where/how was the alert created? Is it part the provided grafana dashboard?
From your description it sounds likely that the query is wrong.
We are seeing this alert after deploying multiple Redis clusters in different namespaces. AFAICT Redis itself does not consider this setup a problem.
Does the alert not take this scenario into account, or are we mistaken in thinking we do not have a real problem?
Shouldn't the query be
count(redis_instance_info{role="master"}) by (namespace) > 1
or something similar that takes this scenario into account?The text was updated successfully, but these errors were encountered: