prometheus-plugs
prometheus-plugs copied to clipboard
Allow "dynamic" configuration of endpoint that exporter listen on
Currently this can be set only during compilation, but then it is still handled on runtime. This prevents use cases like creating micro service but allowing end user to configure metrics endpoint without recompilation of whole project.
Agree