Hi, I wanted to know what is the best method to check exporter availability. Many Prometheus exporters have a metric called: - exporter_name_up An example can be found with the Unbound exporter here: - https://github.com/letsencrypt/unbound_exporter/blob/main/unbound_exporter.go#L42 Can I make the relevant PR? Regards,