line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.04k stars 150 forks source link

[IMPROVEMENT] Test metrics validity when testing Exporter #526

Closed kfdm closed 3 days ago

kfdm commented 3 days ago

When using the 'test' button for an exporter, we previously only checked the status code and assumed things were good. It is very possible for an incorrect endpoint to be registered, so we should ensure that the registered endpoint produces correct Prometheus metrics.

Right now, we will return a somewhat developer like output, but I expect to make the output more user friendly as we cleanup some of our internal test URLs.

test exporter