Download Latest Version v5.1.1 source code.zip (758.9 kB)
Email in envelope

Get an email when there's a new version of Gigapipe

Home / v5.0.0
Name Modified Size InfoDownloads / Week
Parent folder
gigapipe_v5.0.0_amd64.rpm 2026-07-23 32.5 MB
gigapipe_v5.0.0_amd64.deb 2026-07-23 31.9 MB
gigapipe 2026-07-23 67.9 MB
gigapipe_v5.0.0_arm64.rpm 2026-07-23 29.9 MB
gigapipe_v5.0.0_arm64.deb 2026-07-23 29.3 MB
gigapipe_arm64 2026-07-23 63.8 MB
README.md 2026-07-23 2.7 kB
v5.0.0 source code.tar.gz 2026-07-23 493.5 kB
v5.0.0 source code.zip 2026-07-23 740.7 kB
Totals: 9 Items   256.6 MB 0

Breaking behavior change

PromQL now evaluated in ClickHouse by default. Previously, ClickHouse pushdown for PromQL range functions (rate, increase, *_over_time, …) and cross-series aggregations (sum, count, avg, min, max, …) ran only when a request sent the X-Experimental: 1header. As of this release that gate is removed: every PromQL instant and range query is transpiled to ClickHouse SQL by default. This is a large performance and scalability win, but query results may differ from prior versions in edge cases (rounding, gap-fill, and staleness semantics differ between the ClickHouse path and the Prometheus engine). Validate your dashboards and alerts against this release before rolling out to production.

What's Changed

New Contributors

Full Changelog: https://github.com/metrico/gigapipe/compare/v4.3.1...v5.0.0

Source: README.md, updated 2026-07-23