Current section
Files
Jump to
Current section
Files
src/opencensus_erlang_prometheus.app.src
{application, opencensus_erlang_prometheus,
[{description, ""},
{vsn, "0.2.0"},
{registered, []},
{applications,
[kernel,
stdlib,
prometheus,
opencensus
]},
{env,[]},
{modules, []},
{maintainers, ["Ilya Khaprov"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/deadtrickster/opencensus-erlang-prometheus"}]}
]}.