Aller au contenu

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-client or monitoring-app
  • Zone Infra: monitoring or monitoring-consumption
  • Notice the namespace label in the alert