Telegraf | v1.38.1

Telegraf v1.38.1 released on 16-03-2026


Telegraf v1.38.1 is out now. It addresses several plugin and internal issues so collected metrics are less likely to be malformed, container states are more observable, and debugging of exec-based inputs is easier.

See the project’s GitHub release and the published download packages for full details and platform-specific installers and checksums.

What’s in this release

  • inputs.diskio: sanitize newline characters in serial tag to avoid malformed tags
  • inputs.docker: emit status metrics for non-running containers so container state is visible
  • inputs.exec: log stderr messages to help with debugging scripts and commands

Upgrade notes

  • No breaking changes are listed in the release notes; existing configurations should continue to work — consult the release on GitHub for full compatibility details.
  • If you need to roll back, retrieve the previous package from the release archive and install the appropriate platform artifact.

Share comments on your experience or report any regressions via the project’s GitHub so maintainers can follow up.

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