Current section

Files

Jump to
prometheus_cowboy src prometheus_cowboy.app.src
Raw

src/prometheus_cowboy.app.src

{application, prometheus_cowboy,
[{description, ""},
{vsn, "0.1.7"},
{registered, []},
{applications,
[kernel,
stdlib,
prometheus_httpd
]},
{env,[]},
{modules, []},
{mod, {prometheus_cowboy, []}},
{maintainers, ["Ilya Khaprov"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/deadtrickster/prometheus_cowboy"}]}
]}.