Release Announcement: Telegraf 1.9.2
By
Russ Savage /
Product
Jan 08, 2019
Navigate to:
A new maintenance release for Telegraf is available now.
- Telegraf 1.9.2 release notes
This maintenance release of Telegraf 1.9.2 includes improvements to the following plugins:
- Agent
- Now applies global and plugin level metric modifications before filtering
- Fixed an issue where the original metric was modified by aggregator filters
- AMQP Consumer Input (
amqp_consumer
)- Fixed an issue where this plugin would stop consuming on an empty message
- Azure Monitor Output (
azure_monitor
)- Fixed an error which happens when sending empty tag value to this output
- Ceph Storage Input (
ceph
)- Fixed a typo in the
num_remapped_pgs
field
- Fixed a typo in the
- Docker Input (
docker
)- This plugin no longer panics when the url is not properly configured
- Network Response Input (
net_response
)- Now allows non-local UDP connections
- Parser Processor (
parser
)- Fixed the TOML option names
- Prometheus Input (
prometheus
)- Fixed a panic that happened when this plugin is shutdown
- SQL Server Input (
sqlserver
)- Removed the storage calculation for SQL Server instances that are NOT Azure Managed Instances; this reduces the time it takes to get this data on an instance with a lot of databases and/or database files.
- Added the SQL Server version back to the server properties query
- Strings Processor (
strings
)- Fixed an issue where multiple replace not working
- Syslog Input (
syslog
)- Added support for non-transparent framing of syslog messages
- Varnish Input (
varnish
)- With a large amount of configs loaded,
varnishstat
can take slightly longer to run. We increased the timeout from 200ms to 500ms.
- With a large amount of configs loaded,
- Windows Performance Counters Input (
win_perf_counters
)- Added
PDH_NO_DATA
to the known counter error codes
- Added
The binaries for the latest open source release can be found on our downloads page.