prometheus-httpd icon indicating copy to clipboard operation
prometheus-httpd copied to clipboard

Expose Prometheus metrics using inets httpd.

Results 4 prometheus-httpd issues
Sort by recently updated
recently updated
newest added

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...