KthxbyeDown#
This alert indicates that kthxbye's metrics are not available.
Troubleshooting Hints#
kubectl get pods -n <monitoring_namespace> | grep kthxbye
kubectl logs <kthxbye_pod> -n <monitoring_namespace>
To check if kthxbye metrics are available:
kubectl get svc -n <monitoring_namespace> | grep kthxbye # service should be present
kubectl port-forward svc/kthxbye -n <monitoring_namespace> 8080:8080 &
curl -sL http://localhost:8080/metrics
Tip
Where <monitoring_namespace> can be:
- Zone Cloud:
monitoring,monitoring-clientormonitoring-app - Zone Infra:
monitoringormonitoring-consumption
- Notice the
namespacelabel in the alert