prometheus-community / community

Prometheus & The Ecosystem Community Meeting Information
20 stars 3 forks source link

How about we create a proxy_exporter? #35

Open mxlxm opened 2 years ago

mxlxm commented 2 years ago

since almost all of the metrics exposed via http(s), how about we create a proxy_exporter which supports all kinds of service if we want. just wrap the other exporter, and call them via service=xx arg.

here's my previous repo: https://github.com/mxlxm/exporters

frittentheke commented 2 years ago

The general idea sound like something https://github.com/QubitProducts/exporter_exporter does.

But you also want to include the actual metric extraction from the services into this proxy_exporter? This would create one giant exporter having built-in support for lots of different services?

mxlxm commented 2 years ago

Yes, with this proxy_exporter we can scrape all kinds of services if we need. And we don't need to care about lots of different exporter's liveness.