prometheus-httpd
prometheus-httpd copied to clipboard
Expose Prometheus metrics using inets httpd.
fix compatibility with modern erlang.
Both `prometheus_httpd` and `accept` use the `rebar3_archive_plugin`, which in turn depends on the `rebar3_elvis_plugin`, which conflicts with [rebar3_lint][1]. Using the latter in a project that depends on `prometheus_httpd` may fail...
When including project- and build-related plugins under `plugins` key in `rebar.config` there's a risk of conflict with top-level project config when lib is fetched as a dependency. Rebar has a...