Current section

Files

Jump to
prometheus_httpd src prometheus_httpd.app.src
Raw

src/prometheus_httpd.app.src

{application, prometheus_httpd,
[{description, "Prometheus.io inets httpd exporter"},
{vsn, "2.1.4"},
{registered, []},
{applications,
[kernel,
stdlib,
inets,
prometheus,
accept
]},
{env,[]},
{modules, []},
{mod, {prometheus_httpd, []}},
{description, "Expose Prometheus metrics using inets httpd."},
{maintainers, ["Ilya Khaprov"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/deadtrickster/prometheus.erl"},
{"Beam Dashboards", "https://github.com/deadtrickster/beam-dashboards"},
{"Prometheus", "https://hex.pm/packages/prometheus"},
{"Prometheus.ex", "https://hex.pm/packages/prometheus_ex"},
{"Pushgateway client", "https://hex.pm/packages/prometheus_push"},
{"Ecto Instrumenter", "https://hex.pm/packages/prometheus_ecto"},
{"Phoenix Instrumenter", "https://hex.pm/packages/prometheus_phoenix"},
{"Plugs Instrumenter/Exporter", "https://hex.pm/packages/prometheus_plugs"},
{"Process info Collector", "https://hex.pm/packages/prometheus_process_collector"}]}
]}.