Telegraf | v1.38.3

Telegraf v1.38.3 released on 20-04-2026


Telegraf v1.38.3 is out now. Operators and telemetry users benefit from input stability fixes that reduce crashes and close data gaps.

See the GitHub release for full details, platform packages and SHA256 checksums.

What’s in this release

  • agent: allow overriding collection_jitter with 0s on a per-input basis.
  • inputs.docker: list all containers so metrics for non-running or transitional container states are captured.
  • parsers.influx: prevent panic due to a nil metric on invalid input.

Upgrade notes

  • No breaking changes listed — run your CI and tests after upgrading, especially if you vendor specific dependency versions that were bumped.
  • If you need to roll back, revert to your prior Telegraf version and verify package checksums from the release assets before redeploying.

Share your experience with the release or report any regressions on the project’s GitHub or community channels.

Related posts

Agentic AI still needs domain judgement

Agentic AI can write the thing, but it still cannot tell you whether the thing is right. That is where domain expertise matters, because a clean config or neat bit of glue logic can still be wrong in...

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...