FunctionalTestsPrometheusPushgatewayMetricAbsent#
This alert is triggered when Pushgateway metrics are missing for more than 10 minutes.
Troubleshooting hints#
-
Check that servicemonitor is present
kubectl get servicemonitor -n functional-tests-monitoring functional-tests-prometheus-pushgateway -
Check if the exporter is healthy
export NAMESPACE=functional-tests-monitoring kubectl get pods -l app=prometheus-pushgateway -n $NAMESPACE kubectl logs -l app=prometheus-pushgateway -n $NAMESPACE -
Check that functional-tests-prometheus-pushgateway metrics (ex: pushgateway_build_info{job="functional-tests-prometheus-pushgateway"}) are available on the infra zone Grafana.
-
If something is missing, you can redeploy with trackbone.
Note
- 16-12-2021 : this pushgateway is dedicated to Monitoring/Logging functional tests.
- 16-12-2021 : this pushgateway is deployed only in infra clusters.