Telegraf | v1.38.2

Telegraf v1.38.2 released on 30-03-2026


Telegraf v1.38.2 is out now. It addresses a range of reliability and correctness issues across the agent and multiple plugins, reducing noisy warnings and improving collection correctness.

See the release on GitHub or dl.influxdata.com/releases for the full notes, downloads and SHA256 checksums.

What’s in this release

  • Agent: errors if the configuration directory is unreadable and now rejects negative collection_offset values.
  • inputs.opcua_listener: improved event parsing (namespace prefixes and nested browse paths) and automatic resume of metrics after OPC UA session loss.
  • Dependency updates across SDKs, drivers and core libraries — including Google Cloud libraries, aws-sdk-go-v2 group updates, pgx bumped from v4 to v5, Prometheus client and modernc.org/sqlite (to 1.47.0), among others.

Upgrade notes

  • pgx was upgraded from v4 to v5 — check compatibility if you build or link against pgx or use custom plugins that depend on it.
  • Binary packages and archives for many platforms are available from dl.influxdata.com/releases; verify SHA256 checksums before deploying and keep your previous package handy for rollback if needed.

Share any comments on your experience with v1.38.2 on the project’s GitHub so others can learn from practical feedback.

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