Prometheus | v3.11.1

Prometheus v3.11.1 released on 07-04-2026


Prometheus v3.11.1 is out now. It fixes a startup crash affecting instances configured to use OTLP-over-HTTP tracing with insecure: true, which could prevent Prometheus from starting.

Read the release on GitHub for full details and to download the fixed binary or container image: https://api.github.com/repos/prometheus/prometheus/releases/latest

What’s in this release

  • Bugfix: startup failure for OTLP-over-HTTP tracing when insecure: true (see issue/PR #18469).
  • Affects configurations using OTLP HTTP tracing with TLS validation disabled; the failure could stop Prometheus from starting.
  • Release recorded 2026-04-07 15:53:04 (Europe/London); release notes list a single targeted bugfix.

Upgrade notes

  • If you use OTLP-over-HTTP tracing (particularly with insecure: true) upgrade to v3.11.1 to avoid the startup failure — validate the upgrade in staging and restart Prometheus after replacing the binary or container image.
  • If you need to roll back, redeploy the previous Prometheus binary or container image and report any issues via the project’s GitHub (refer to issue/PR #18469 where relevant).

Share your experience upgrading Prometheus or any problems you encounter on the project’s GitHub or in the issue tracker.

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