feat: Add Version and Last deploy to the dashboard #15
No reviewers
Labels
No labels
priority/P0
priority/P1
priority/P2
priority/P3
size/L
size/M
size/S
size/XL
size/XS
state/done
state/in-progress
state/in-review
state/needs-refinement
state/ready
type/bug
type/chore
type/feature
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
amtronics/platform-actions!15
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/dashboard-version-panels"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
process_start_time_seconds{job}— a prom-client default,so it fills for any app with no code change.
app_build_info{job}(a gauge always 1, labelledversion).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
${datasource} and legend tokens preserved, layout monotonic.
v3tag 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.