{application, prometheus_httpd,
 [{description, "Prometheus.io inets httpd exporter"},
  {vsn, "2.1.6"},
  {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"},
           {"Hex.pm", "https://hex.pm/packages/prometheus_httpd"},
           {"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"}]}
 ]}.
