Telegraf | v1.39.0

Telegraf v1.39.0 released on 08-06-2026


Telegraf v1.39.0 is out now. It adds a new inputs.gnmi_listener plugin for receiving gNMI push-style telemetry, giving native support for ingesting gNMI telemetry streams.

See the project’s GitHub release notes and the published release artifacts for full details, packages and checksums.

What’s in this release

  • New inputs.gnmi_listener plugin to receive gNMI push-style telemetry (PR #18790).
  • Controller token support via TELEGRAF_CONTROLLER_TOKEN; secrets support for inputs.azure_monitor client_secret and inputs.http_response token; directory_monitor can preserve timestamps when moving files.
  • Many parsers implement the new ParserTimeFunc interface for configurable time handling; processors.parser adds a merge-strategy option; outputs.opentelemetry gains proxy and token-auth support.

Upgrade notes

  • No explicit breaking changes are listed for this release; review parser time-handling changes and secret handling if your configuration depends on custom timestamp parsing or existing secret workflows.
  • If you need to revert, the release artifacts include packages for many platforms and architectures — install a previous package from the published artifacts to roll back.

Share your experience with the new gNMI listener or any parser/secretstore changes — comments and reports from real usage help catch issues early.

Related posts

Weekly Tech Digest | 06 Jul 2026

Stay updated with the latest in tech! This digest covers AI ethics, auto industry shifts, and the impact of politics on technology, exploring today's pressing issues.

wolfCOSE zero-allocation parsing in embedded C

wolfCOSE looks sensible only if you care about what your firmware actually has to carry. I like that, because on small targets the wrong crypto feature can cost more than the message itself, and there...

restic | v0.19.1

restic v0 19 1: safer FUSE mounts and mountpoint checks, robust backup source and exclude handling, clearer CLI JSON output, Windows SFTP deletion fixes