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
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."},
{vsn, "1.2.4"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{maintainers, ["Ilya Khaprov"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/deadtrickster/prometheus_process_collector.erl"},
{"Hex.pm", "https://hex.pm/packages/prometheus_process_collector"},
{"Prometheus.io Client", "https://github.com/deadtrickster/prometheus.erl"},
{"Prometheus.ex", "https://hex.pm/packages/prometheus_ex"},
{"Inets HTTPD Exporter", "https://hex.pm/packages/prometheus_httpd"},
{"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"}]}
]}.