Context Deadline Exceeded - prometheus

后端 未结 8 1407
长情又很酷
长情又很酷 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:06

    In my case I had accidentally put the wrong port on my Kubernetes Deployment manifest than what was defined in the service associated with it as well as the Prometheus target.

提交回复
热议问题