Skip to content

Files

Latest commit

fc6fb33 · Sep 27, 2019

History

History
This branch is 2 commits ahead of, 5274 commits behind influxdata/telegraf:master.

merge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 27, 2019
Sep 27, 2019
Sep 27, 2019

Merge Aggregator

Merge metrics together into a metric with multiple fields into the most memory and network transfer efficient form.

Use this plugin when fields are split over multiple metrics, with the same measurement, tag set and timestamp. By merging into a single metric they can be handled more efficiently by the output.

Configuration

[[aggregators.merge]]
  # no configuration

Example

- cpu,host=localhost usage_time=42 1567562620000000000
- cpu,host=localhost idle_time=42 1567562620000000000
+ cpu,host=localhost idle_time=42,usage_time=42 1567562620000000000