If you read your error message carefully: > I am getting 'Get "http://blackbox-dev.xyz.com:443/metrics: context deadline exceeded"
then it looks like Prometheus is trying to talk to an http:// endpoint; but you said it was https://. Put "scheme: https" in your scrape job config to use https. If your certificate is not signed by a public CA like LetsEncrypt then you may need additional settings to get the certificate validation to work. If that's not the problem, then it's probably an issue with kubernetes or openshift, not prometheus. -- 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/89ad23a7-8d57-41c9-86df-f8bf44f9f8c2n%40googlegroups.com.

