ClickHouseThe ClickStack Team16 min readintermediate
What's new in ClickStack - Aug ’26
Summary
ClickStack August 2026 update adds general‑availability dashboard variables (including cross‑source SQL, Lucene, PromQL macros), chart formulas for derived metrics, a metrics explorer UI, release‑marker overlays, OIDC auth for the collector, and a beta LLM observability dashboard. It also introduces a private‑preview TimeSeries engine with PromQL support, letting ClickStack store and query Promet…
- Dashboard variables can be referenced anywhere in a tile query via `$var` or macros like `${var:csv}` and `$__filter($var)`, enabling chained filters and cross‑source filtering (SQL ↔ PromQL).
- Chart formulas let you compute derived series (e.g., failure rate) directly in the chart editor; formulas are evaluated server‑side and can be used in alerts.
- Metrics explorer provides a tree‑view, search, and auto‑aggregation (avg, sum, p95) for metric selection, improving discoverability for TimeSeries‑engine metrics.
- Release markers overlay service version deployment times on charts, using OpenTelemetry `service.version` or a custom expression.
These features tighten the feedback loop between developers and production telemetry: variables and formulas make dashboards interactive without manual query edits, release markers correlate code changes with performance anomalies, and native PromQL support lets teams migrate to ClickStack without…
5/10





