Hi Team,
      I have a blackbox container running as 
"https://blackbox-dev.xyz.com/"; in a OpenShift cluster. I have Prometheus 
running as separate container "https://prometheus-dev.xyz.com/graph";. 
I am unable to connect Prometheus with Blackbox using below config in 
prometheus.yml.

I am getting 'Get "http://blackbox-dev.xyz.com:443/metrics: context 
deadline exceeded"


global:

scrape_interval: 30s

evaluation_interval: 5s



rule_files:

- ./alert.rules



scrape_configs:

- job_name: blackbox # To get metrics about the exporter itself

metrics_path: /metrics

static_configs:

- targets:

- blackbox-dev.xyz.com:443 


Thanks!

-- 
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/96aeb100-18f0-44f4-873f-d7b3ae17c1f1n%40googlegroups.com.

Reply via email to