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
The alert MimirGossipMembersMismatch always fires in GEM deployments because the admin-api is not included in the list of job names, so there is always a mismatch of exactly the number of admin-api pods.
To Reproduce
Steps to reproduce the behavior:
Deploy GEM via the mimir-distributed helm chart
Set up metamonitoring via the Grafana Cloud self-hosted Mimir integration
See the MimirGossipMembersMismatch alert starts firing at the soonest opportunity
Expected behavior
The alert should not fire under normal circumstances since the count of memberlist_client_cluster_members_count should match the number of pods that are up.
Environment
Infrastructure: Kubernetes
Deployment tool: Helm
GEM: 2.9.x
Additional Context
The text was updated successfully, but these errors were encountered:
Describe the bug
The alert MimirGossipMembersMismatch always fires in GEM deployments because the
admin-api
is not included in the list of job names, so there is always a mismatch of exactly the number of admin-api pods.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The alert should not fire under normal circumstances since the count of
memberlist_client_cluster_members_count
should match the number of pods that areup
.Environment
Additional Context
The text was updated successfully, but these errors were encountered: