Telegraf
TL;DR InfluxDB Tech Tips — Creating a Telegraf Configuration with the InfluxDB UI
The InfluxDB UI offers a wide variety of features for time series analysis, data lifecycle management, and time series visualization. The InfluxDB UI also shines when it comes to onboarding new users, whether they’re an InfluxDB OSS or free tier InfluxDB...
Release Announcement: Telegraf 1.20.2
A new maintenance release for Telegraf is available now. Telegraf 1.20.2 release notes Telegraf 1.20.1 had an issue with the makefile which prevented i386 tar and rpm packages from being built. This maintenance release of Telegraf includes the following improvements: Dependencies...
Release Announcement: Telegraf 1.20.0
A new feature-bearing release for Telegraf is now available: Telegraf 1.20.0 release notes The binaries for the latest Telegraf release can be found on our downloads page. Many thanks to the 70+ open source community members who contributed to this effort!...
Package Timestamp Change
What happened? On August 16, 2021 at approximately 17:30 UTC, we initiated a change via automation that is used to keep our package repositories updated. An edge case in the logic caused an unexpected, non-idempotent change to signatures for InfluxDB, Telegraf,...
Release Announcement: Telegraf 1.19.3
A new maintenance release for Telegraf is available now. Telegraf 1.19.3 release notes This maintenance release of Telegraf includes the following improvements: Dependencies Updated sirupsen/logrus module from 1.7.0 to 1.8.1 Updated testcontainers/testcontainers-go module from 0.11.0 to 0.11.1 Updated golang/snappy module from 0.0.3 to 0.0.4...
COVID-19 Tracking Using Telegraf and InfluxDB Dashboards
This article was written by InfluxData Summer 2021 interns Bar Weiner, Sara Ghodsi, Brandii Warden, Alex Krantz and Beth Legesse. For this year’s annual intern hackathon event, we decided to model and monitor real time series COVID-19 data from across the...
Release Announcement: Telegraf 1.19.2
A new maintenance release for Telegraf is available now. Telegraf 1.19.2 release notes This maintenance release of Telegraf includes the following improvements: Updated to Go 1.16.6 Linter fixes Dependencies Updated dynatrace-metric-utils-go module to v0.2.0 Agent Now able to detect changes to...
Collecting Data from Chess.com: A Look at Writing Your Own Custom Telegraf Plugin
This article was written by InfluxData Summer 2021 interns Noé Garcia, Mya Longmire, Aidan Tai, Dane Strandboge and Merrick Tian. Telegraf is a powerful tool that enables you to gather metrics and information from stacks, sensors or systems. Telegraf handles the...
Release Announcement: Telegraf 1.19.1
A new maintenance release for Telegraf is available now. Telegraf 1.19.1 release notes This maintenance release of Telegraf includes the following improvements: Dependencies Updated nat-server module to v2.2.6 Updated apimachinary module to v0.21.1 Updated jwt module to v1.2.2 and jwt-go module...
Prometheus Remote Write Support with InfluxDB 2.0
In InfluxDB 1.x, we provided support for the Prometheus remote write API. The release of InfluxDB 2.0 does not provide support for the same API. However, with the release of Telegraf 1.19, Telegraf now includes a Prometheus remote write parser that...