ThanosCompactHighCompactionFailures#
This alert is triggered when error rate of Thanos Compact is above 5%.
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 pods -n <thanos_compact> -n <monitoring_namespace> -o yaml | grep bucket # check bucket name is correct
kubectl get svc -n <monitoring_namespace> | grep compact # service should be present
Tip
Where <monitoring_namespace> can be:
- Zone Cloud:
monitoring,monitoring-clientormonitoring-app - Zone Infra:
monitoringormonitoring-consumption
- Notice the
namespacelabel in the alert