Context Deadline Exceeded - prometheus

后端 未结 8 1410
长情又很酷
长情又很酷 2021-02-12 20:07

I have Prometheus configuration with many jobs where I am scraping metrics over HTTP. But I have one job where I need to scrape the metrics over HTTPS.

When I access:

8条回答
  •  长情又很酷
    2021-02-12 21:03

    This can be happened when the prometheus server can't reach out to the scraping endpoints maybe of firewall denied rules. Just check hitting the url in a browser with :9100 (here 9100 is the node_exporter service running port`) and check if you still can access?

提交回复
热议问题