We have set scrape_timeout in Prometheus job config as 55s:

And also in the config of blackbox-exporter:
  http_2xx_reg:
    http:
      basic_auth:
        password: REGPW
        username: REGUSER
      no_follow_redirects: false
      preferred_ip_protocol: ip4
      valid_http_versions:
      - HTTP/1.1
      - HTTP/2
    prober: http
    timeout: 55s

But the check always failed after 10s:

ts=2020-06-08T09:28:47.43818947Z caller=main.go:304 module=http_2xx_reg 
target=https://chartmuseum-dev-xxxxxxxxxxxxxxxxxxxx level=error msg="Probe 
failed" duration_seconds=10.104621842


How could we solve this timeout problem?

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/4244b30f-8ce4-4c35-a961-d023398414fbo%40googlegroups.com.

Reply via email to