Packages
Prometheus.io process collector Collector exports the current state of process metrics including cpu, memory, file descriptor usage and native threads count as well as the process start and up times.
Current section
Files
Jump to
Current section
Files
src/prometheus_process_collector.app.src
{application,prometheus_process_collector,
[{description,"Prometheus.io process collector"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{maintainers,["Ilya Khaprov"]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/deadtrickster/prometheus_process_collector.erl"},
{"Prometheus.io Client",
"https://github.com/deadtrickster/prometheus.erl"}]}]}.