1
0
Fork 0

v-m/scrape: Increase timeout for k8s job

Scraping metrics from the Kubernetes API server has started taking 20+
seconds recondly.  Until I figure out the underlying cause, I'm
increasing the scrape timeout so that the _vmagent_ doesn't give up and
report the API server as "down."
pull/67/head
Dustin 2025-06-18 02:38:20 +00:00
parent 4106038fe9
commit 75edfb74cb
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ scrape_configs:
- jenkins.pyrocufflink.blue
- job_name: kubernetes
scrape_timeout: 30s
scheme: https
tls_config:
ca_file: /run/secrets/kubernetes.io/serviceaccount/ca.crt