Collector

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

  • name, which specify the name of the collector.

  • type, which specify the real type of the collector, decides how to parse other keys.

There are many types of collector, each with a section below.

Collectors

Common Keys

This section describes the common keys, they may be used by many collectors.

name

required, type: metric node name

Set the name of the collector.

type

required, type: str

Set the type of the collector.

next

type: metric node name

Set the next collector to use.

If the specified collector doesn’t exist in configure, a default Discard collector will be used.

exporter

type: metric node name | seq

Set the exporter(s) to use.

If the specified exporter doesn’t exist in configure, a default Discard exporter will be used.