Module prometheus_vm_dist_collector

Collects information about the sockets and processes involved in the Erlang distribution mechanism.

Behaviours: prometheus_collector.

Description

Collects information about the sockets and processes involved in the Erlang distribution mechanism.

All metrics include a label 'peer' that indicates which distributed connection the metric is about.

Exported metrics

Metrics pertaining to processes may apply to three different types of proccesses depending on the distribution transport: type="dist", type="tls_connection" or type="tls_sender".

Configuration

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

Available options: By default all metrics are enabled.

Generated by EDoc