Перейти к содержанию

network collector

network collects network input/output statistics.

Configuration

ParameterTypeDefaultDescription
idStringCollector's ID. Must be unique per agent instance. Will be returned along with the metrics.
typeStringMust be network
serviceStringEqual to idService id for output metrics
intervalIntegerRepetition interval in seconds
labelsArray of StringsList of additional labels. Will be returned along with metrics

Collected Metrics

MetricMetric TypePlatformDescription
tsAllISO 8601 Timestamp
collectorAllCollector Id
labelsAllList of labels
rx_bytesAll
tx_bytesAll
rx_packetsAll
tx_packetsAll
rx_errorsAll
tx_errorsAll

network collector appends following labels

LabelDescription
noc::interface::{name}Network interface name

Compilation Features

Enable network feature during compiling the agent (Enabled by default).