Current section

Files

Jump to
prometheus src prometheus.app.src
Raw

src/prometheus.app.src

{application, prometheus,
[{description, "Prometheus.io client in Erlang"},
{vsn, "0.1.3"},
{registered, []},
{mod, { prometheus, []}},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{maintainers, ["Ilya Khaprov"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/deadtrickster/prometheus.erl"}]}
]}.