Differences between Telegraf 1.2 and 1.1

Differences between Telegraf 1.2 and 1.1

This page aims to ease the transition from Telegraf 1.1 to Telegraf 1.2. It is not intended to be a comprehensive list of the differences between the versions. See Telegraf’s Changelog for detailed release notes.

Release Notes

The StatsD plugin now sets all delete_ configuration options to true by default. This changes the default behavior for users who are not specifying those parameters in their configuration file.

The StatsD plugin also no longer save its state on a service reload. Essentially we have reverted PR #887. The reason for this is that saving the state in a global variable is not thread-safe (see #1975 & #2102), and this creates issues if users want to define multiple instances of the StatsD plugin. Saving state on reload may be considered in the future, but this would need to be implemented at a higher level and applied to all plugins, not just StatsD.

New Plugins

© 2015 InfluxData, Inc.
Licensed under the MIT license.
https://docs.influxdata.com/telegraf/v1.2/administration/differences/

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部