Collector

The type for each collector config is map, with two always required keys:

  • name, which defines the collector name

  • type, which selects the concrete collector type and therefore determines how the remaining keys are interpreted

The available collector types are documented below.

Collectors

Common Keys

This section describes common keys shared by many collector types.

name

required, type: metric node name

Collector name.

type

required, type: str

Collector type.

next

type: metric node name

Next collector in the processing chain.

If the referenced collector does not exist, a default discard collector is used.

exporter

type: metric node name | seq

Exporter or exporters used by this collector.

If a referenced exporter does not exist, a default discard exporter is used.