Release Announcement: Telegraf 1.13.0
By
Samantha Wang /
Product
Dec 12, 2019
Navigate to:
A new feature-bearing release for Telegraf is now available:
- Telegraf 1.13.0 release notes
The binaries for the latest open source release can be found on our downloads page.
Many thanks to the 50+ open source community members who contributed to this effort!
Key feature highlights from the release include:
- Official packages built with Go 1.13.3.
- The
prometheus
input andprometheus_client
output have a new mapping to and from Telegraf metrics, which can be enabled by settingmetric_version = 2
. The original mapping is deprecated. When both plugins have the same setting, passthrough metrics will be unchanged. Refer to theprometheus
input for details about the mapping.
New inputs
- Microsoft Azure Storage Queue Input Plugin (
azure_storage_queue
)- This plugin gathers sizes of Microsoft Azure Storage Queues.
- Ethtool Input Plugin (
ethtool
)- This plugin pulls ethernet device stats on Linux.
- SNMP Trap Input Plugin (
snmp_trap
)- This plugin is a service input plugin that receives SNMP notifications (traps and inform requests).
- Suricata Input Plugin (
suricata
)- This plugin reports internal performance counters of the Suricata IDS/IPS engine, such as captured traffic volume, memory usage, uptime, flow counters, and much more.
- Synproxy Input Plugin (
synproxy
)- This plugin gathers synproxy (Linux netfilter module used for SYN attack mitigation) counters.
- Systemd Units Input Plugin (
systemd_units
)- This plugin gathers systemd unit status on Linux.
New processors
- Clone Processor Plugin (
clone
)- This processor creates a copy of each metric passing through it, preserving untouched the original metric and allowing modifications in the copied one.
New aggregators
- Merge Aggregator Plugin (
merge
)- This aggregator merges metrics with the same measurement, tag set and timestamp together into a single metric with multiple fields.
The binaries for the latest open source release can be found on our downloads page.