Hi All, I am trying to secure the node exporter end points using self signed TLS certificates, here are the configurations: a) node exporter - tls_server_config: cert_file: node_exporter.crt key_file: node_exporter.key
b) Prometheus - scrape_configs: - job_name: 'prometheus' scheme: https tls_config: ca_file: prometheus.crt file_sd_configs: - files: - /data/inventory.yml is it possible to configure the scrape_configs in a way where in if the https collection is not possible then prometheus falls back to http for same job/target? -- 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 prometheus-users+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/prometheus-users/ef02543e-9de0-41cb-9af5-383a003bb2a5n%40googlegroups.com.