Release Announcement: Telegraf 1.18.1
By
Samantha Wang /
Product
Apr 08, 2021
Navigate to:
A new maintenance release for Telegraf is available now.
- Telegraf 1.18.1 release notes
This maintenance release of Telegraf includes the following improvements:
- Agent
- Closes running outputs when agent reloads on SIGHUP
- Docker Input (
docker
)- Fixed panic when parsing container statistics
- Exec Input (
exec
)- Fixed truncated messages in debug mode; debug mode now shows full messages
- IPMI Sensor Input (
ipmi_sensor
)- Fixed panic by implementing a length check to plugin
- MySQL Input (
mysql
)- Fixed the ability to handle 'binary logs' query for MySQL version 8.0+
- NFS Client Input (
nfsclient
)- Fixed integer overflow in fields received by mountstat
- Ping Input (
ping
)- Fixed an issue when
method="native"
by always callingSetPrivileged(true)
- Fixed an issue when
- SNMP Input (
snmp
)- Fixed
init()
when no MIBs are installed
- Fixed
- SQL Server Input (
sqlserver
)- Fixed
sqlserver_process_cpu
calculation
- Fixed
- Tail Input (
tail
)- Added configurable option to override
path
tag
- Added configurable option to override
- Azure Monitor Output (
azure_monitor
)- Fixed an issue to handle error when initializing the authentication object
- Yandex Cloud Output (
yandex_cloud_monitoring
)- Fixed an issue to use correct computed metadata URL to get
folder-id
- Fixed an issue to use correct computed metadata URL to get
- ifName Processor (
ifname
)- Retrieves interface name more efficiently
The binaries for the latest open source release can be found on our downloads page.
If you find issues or have questions, please join our InfluxDB Community Slack, post them in our Telegraf GitHub Repo or our Community Site and we will take a look.