ThanosSidecarIsDown#
This alert indicates that Thanos Sidecar metrics are not available.
Troubleshooting Hints#
kubectl get pods -n <monitoring_namespace> | grep sidecar # check pod is up and running
kubectl logs <thanos-sidecar> -n <monitoring_namespace>
kubectl get svc -n <monitoring_namespace> | grep sidecar
Tip
Where <monitoring_namespace> can be:
- Zone Cloud:
monitoring,monitoring-clientormonitoring-app - Zone Infra:
monitoringormonitoring-consumption
- Notice the
namespacelabel in the alert