feat: Add Version and Last deploy to the dashboard #15

Merged
ahmad merged 1 commit from feat/dashboard-version-panels into main 2026-08-16 18:25:20 +00:00
Owner

What

Adds an Overview row to the standard dashboard with three stat panels:
Targets up, Version, and Last deploy.

Why

Bring every app's dashboard up to the level portfolio already had (it carried
Version + Last-deploy panels; the standard did not).

How

  • Last deploy: process_start_time_seconds{job} — a prom-client default,
    so it fills for any app with no code change.
  • Version: app_build_info{job} (a gauge always 1, labelled version).
    Apps that emit it show the version; others show No-data until they do — trip
    gets the one-line gauge in a follow-up.

Notes

  • Verified: renders to valid JSON, 5 rows / 13 panels, correct substitution,
    ${datasource} and legend tokens preserved, layout monotonic.
  • On merge, move the v3 tag again so consumers pick it up.
### What Adds an **Overview** row to the standard dashboard with three stat panels: Targets up, **Version**, and **Last deploy**. ### Why Bring every app's dashboard up to the level portfolio already had (it carried Version + Last-deploy panels; the standard did not). ### How - **Last deploy**: `process_start_time_seconds{job}` — a prom-client *default*, so it fills for any app with **no code change**. - **Version**: `app_build_info{job}` (a gauge always 1, labelled `version`). Apps that emit it show the version; others show No-data until they do — trip gets the one-line gauge in a follow-up. ### Notes - Verified: renders to valid JSON, 5 rows / 13 panels, correct substitution, ${datasource} and legend tokens preserved, layout monotonic. - On merge, move the `v3` tag again so consumers pick it up.
Add an Overview row with three stat panels: Targets up, Version
(app_build_info{version}) and Last deploy (process_start_time_seconds — a
prom-client default, so it works with no app change). Brings every app's
dashboard to the level portfolio already had.
ahmad merged commit a267b18b66 into main 2026-08-16 18:25:20 +00:00
ahmad deleted branch feat/dashboard-version-panels 2026-08-16 18:25:20 +00:00
Sign in to join this conversation.
No description provided.