Aller au contenu

StackdriverExporterClientScrapeError#

Alert is triggered when stackdriver_monitoring_scrape_errors_total increments over a period of 15 minutes.

This alert either indicates that the scraping of one (or more) GCP resources has failed.

For more details, several labels are available :

  • project_id
  • project_number

Troubleshooting Hints#

PROJECT_NUMBER is built with the project_number label from the karma alert.

PROJECT_ID is built with the project_id label from the karma alert.

Tip

NAMESPACE can be:

  • stackdriver-exporter-client
  • monitoring-stack-client-<contract_name>
  • check status/logs of Stackdriver-Exporter
    kubectl get pod -n ${NAMESPACE} -l app.kubernetes.io/name=se-${PROJECT_ID}-${PROJECT_NUMBER}
    kubectl logs -n ${NAMESPACE} -l app.kubernetes.io/name=se-${PROJECT_ID}-${PROJECT_NUMBER}
    

Note

If this incident happens, please note your investigation and update this documentation.