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.
Retired package: Release invalid - breaks rebar3 compatibility
Current section
Files
Jump to
Current section
Files
prometheus_process_collector
rebar.config
rebar.config
{erl_opts, [debug_info]}.
{deps, [{prometheus, "~> 4.0"}]}.
{pre_hooks,
[{"linux|darwin", compile, "make -C c_src"},
{"freebsd", compile, "gmake -C c_src"}]}.
{post_hooks,
[{"linux|darwin", clean, "make -C c_src clean"},
{"freebsd", clean, "gmake -C c_src clean"}]}.
{plugins, [{rebar3_archive_plugin, "0.0.2"}]}.