Telegraf | v1.38.0

Telegraf v1.38.0 released on 09-03-2026


Telegraf v1.38.0 is out now. Strict environment variable handling is the default in this release, changing how configuration and runtime environment substitutions are processed.

See the project’s GitHub release for full notes, package downloads and SHA256 checksums for verification.

What’s in this release

  • Strict environment variable handling becomes the default (PR #17961), which may affect existing configurations and runtime substitutions.
  • Two new plugins: inputs.sip for SIP metrics collection and outputs.influxdb_v3 for native InfluxDB v3 output.
  • Feature improvements across core and plugins, including agent disk buffer strategy optimisation and OPC UA additions (string node ID configuration option and datetime array support).

Upgrade notes

  • Strict environment variable handling may change behaviour; to restore the previous behaviour start Telegraf with the –non-strict-env-handling flag.
  • Release artifacts and SHA256 checksums are provided for multiple platforms — verify packages before deploying an upgrade.

Tried the release or hit a snag? Share your experience so others can learn from your upgrade path.

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