The closest I can think of is https://github.com/QubitProducts/exporter_exporter. I don't think you'll find a single service that is able to produce metrics for a wide range of services by itself. Small purpose built exporters are easier to deploy and maintain than "know how to do everything" style monoliths (like collectd), but they do require a more moving parts.
On Friday, 3 July 2020 at 17:15:24 UTC+1 [email protected] wrote: > Is there any prometheus exporter which can expose multiple metrics. For > example suppose an exporter which can expose metrics which are exposed by > node_exporter, mongodb exporter, redis exporter etc combined. > Any X exporter which we can use to scrape multiple metrics rather than > using multiple exporters. Instead of using node_exporter,redis exporter, > Greenplum exporter and many other just use that single X exporter. > -- 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/4e391140-ae97-47e5-9a1a-0a8ef3443428n%40googlegroups.com.

