Release Announcement: Telegraf 1.14.0
By
Samantha Wang /
Product
Mar 23, 2020
Navigate to:
A new feature-bearing release for Telegraf is now available:
- Telegraf 1.14.0 release notes
The binaries for the latest open source release can be found on our downloads page.
Many thanks to the 60+ open source community members who contributed to this effort!
Key feature highlights from the release include:
- In the
sqlserver
input, thesqlserver_azurestats
measurement has been renamed tosqlserver_azure_db_resource_stats
due to an issue where numeric metrics were previously being reported incorrectly as strings. - The
date
processor now uses the UTC timezone when creating its tag. In previous versions, the local time was used.
New Inputs
- Clickhouse Input Plugin (
clickhouse
)- This plugin gathers the statistic data from ClickHouse server. Contributed by @kshvakov
- Execd Input Plugin (
execd
)- The execd plugin runs an external program as a daemon. Contributed by @jgraichen
- Azure Event & IoT Consumer Input Plugin (
eventhub_consumer
)- This plugin provides a consumer for use with Azure Event Hubs and Azure IoT Hub. Contributed by @R290
- Infiniband Input Plugin (
infiniband
)- This plugin gathers statistics for all InfiniBand devices and ports on the system. Contributed by @willfurnell
- Arista LANZ Input Plugin (
lanz
)- This plugin gathers metrics from a stream of data on Arista Networks' Latency Analyzer (LANZ) via TCP. Contributed by @timhughes
- Modbus Input Plugin (
modbus
)- The Modbus plugin collects Discrete Inputs, Coils, Input Registers and Holding Registers via Modbus TCP or Modbus RTU/ASCII. Contributed by @garciaolais
- Monit Input Plugin (
monit
)- The Monit plugin gathers metrics and status information about local processes, remote hosts, file, file systems, directories and network interfaces managed and watched over by Monit. Contributed by @SirishaGopigiri
- SFlow Input Plugin (
sflow
)- The SFlow Input Plugin provides support for acting as an SFlow V5 collector in accordance with the specification from sflow.org. This plugin is still considered beta, as more features and improvements will be included in a future release. Contributed by @influxdata
- Wireguard Input Plugin (
wireguard
)- The Wireguard plugin reports gauge metrics for Wireguard interface device(s) and its peers. Contributed by @LINKIWI
New Processors
- Deduplication Processor (
dedup
)- Filter metrics whose field values are exact repetitions of the previous values. Contributed by @igomura
- Template Processor (
template
)- The template processor applies a Go template to metrics to generate a new tag. Contributed by @RobMalvern
- S2 Geo Processor (
s2geo
)- The S2 Geo processor to add tag with S2 cell ID token of specified cell level. Contributed by @alespour
New Outputs
- Warp10 Output Plugin (
warp10
)- The Warp10 plugin writes metrics to Warp 10. Contributed by @aurrelhebert
The binaries for the latest open source release can be found on our downloads page.