ThanosCompactIsDown#
This alert indicates that Thanos Compact metrics are not available.
Troubleshooting Hints#
kubectl get pods -n <monitoring_namespace> | grep compact # check pod is up and running
kubectl logs <thanos-compact> -n <monitoring_namespace>
kubectl get svc -n <monitoring_namespace> | grep compact
To check metrics availability for Thanos Compact:
kubectl port-forward svc/thanos-<monitoring_namespace>-compact 10902:10902 &
curl -sL http://localhost:10902/metrics
Where <monitoring_namespace> can be:
- Zone Cloud:
monitoring,monitoring-clientormonitoring-app - Zone Infra:
monitoringormonitoring-consumption
- Notice the
namespacelabel in the alert