Engineering intelligence

Every board can have a dashboard view — a configurable, ClickHouse-backed collection of widgets covering delivery, flow, quality, and AI adoption. Pick a period, add the widgets you care about, and drill through to the rows behind a number.

deckgauge · Board · Intelligence
Lead time (p50)
31h
High
Deploy freq
4.2/wk
Elite
Change-fail
9%
High
Restore time
3.5h
Medium
PR velocity (weekly merged)
AI-assisted PRs
46%
last 30 days
Ticket coverage
88%
PRs linked to a ticket

A selection of widgets — DORA tiles, PR velocity, and AI adoption.

Powered by ClickHouseRaw events (PRs, reviews, commits, work items, transitions) are streamed into ClickHouse, where materialized views pre-aggregate the metrics — so dashboards stay fast even across large histories. It all runs in your own stack.

Adding a widget to a dashboard view

  1. + Add Widget — on any dashboard view, open the picker. Widgets are grouped by what they read: Pull Requests, Issues, Commits, Board State.
  2. Add — a widget whose required source isn't connected to this board shows a reason (e.g. "Needs GitHub.") and stays disabled until you connect it.
  3. The gear icon on a widget's header opens Configure Widget for its own options (commonly a range in weeks); the ? icon opens a popover explaining how to read it, with a link to that widget's full guide.

A first-time board also gets a one-time banner offering to Apply preset — 26 hand-tuned widgets covering DORA, planning accuracy, ticket↔code coverage, review quality, and AI adoption, added as a new view without touching any dashboard you've already built.

Widget catalog

Widgets are grouped by theme. Each declares which sources it needs (Jira / GitHub / GitLab / ADO); widgets without their required source are greyed out.

Each widget has a deep-dive guide in the widget reference — how to read it, and how to act on it.

Delivery & DORA

  • DORA Metrics — lead time, deploy frequency, change-failure rate, time-to-restore, with Elite/High/Medium/Low tiers.
  • Lead Time for Changes — first-commit → merge (p50).
  • Delivery Trend — annotated daily delivery with calendar bands and peak highlighting.

Speed

Flow

Planning

Quality

AI adoption

Board health & correlation

  • Status Distribution, Status by Group, Items by Owner, Stuck in Progress, Blocked / Stale Items.
  • Ticket Coverage Rate — % of merged PRs linked to a ticket.

Comparison view

A multi-board Comparison puts up to twelve boards side by side as columns, using three comparison-only widgets. See Comparing boards side by side for how to create one and add boards to it.

For a single board, Period Comparison answers the same "are we improving" question a different way — one board, two adjacent 90-day windows, six KPIs with Improved/Regressed/Flat verdicts.

Honest metricsDeploy frequency, change-failure rate, and restore time are proxies until you connect a deployment/incident source — Deckgauge labels them as such rather than overstating precision. More on this in DORA metrics without gaming them.

Team Focus — the other analytics tab

Engineering Intelligence answers how well is delivery running. Team Focus answers a different question the same data can support: where did this team's attention actually go, and how much of it reached production?

The two are scoped identically — the same board sources, the same period picker, the same JQL and area-path filters — and they divide by different things. Flow metrics divide by tickets; Focus divides by attention days, which is what lets it report a quarter of small defects as a quarter of small defects rather than as a productive quarter.

Learn more

Related reading

Last updated