QubitProducts / exporter_exporter

A reverse proxy designed for Prometheus exporters
Apache License 2.0
336 stars 55 forks source link

Expose list of configured exporters #15

Closed ldaneliukas closed 5 years ago

ldaneliukas commented 5 years ago

Description

Exporter_exporter currently returns a 404 when accessing its http root. If we look at other exporters, e.g. blackbox_exporter, it might be better to return some information about the endpoints which the exporter can proxy.

Proposal

Display a list of configured module names that link to /proxy?module=$name when accessing /. PR: #16

tcolgate commented 5 years ago

Yep, good idea.

tcolgate commented 5 years ago

Closed by #16