Module prometheus_vm_system_info_collector

Collects Erlang VM metrics using erlang:system_info/1 .

Behaviours: prometheus_collector.

Description

Collects Erlang VM metrics using erlang:system_info/1 .

Exported metrics

Configuration

Metrics exported by this collector can be configured via vm_system_info_collector_metrics key of prometheus app environment.

Options are the same as Item parameter values for erlang:system_info/1 : By default all metrics are enabled.

Generated by EDoc