Hi,
As I was goin through the Prometheus tls configuration, I got to know that An exporter requires a TLS connection using certificates.
Can anyone please let me know if it is possible to disable this requirement. --
There is no requirement for scrape targets to be using TLS
(although that is generally good security practice to always use
https). You just need to set the scheme in your job configuration
to http.
-- Stuart Clark