Grafana dashboard: tier variable + filtered overview #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Feature
Lineage
Depends on
ldraney/DORA#1(exporter must emit the tier label first).Repo
forgejo_admin/pal-e-platformUser Story
As a platform operator
I want playground repos excluded from DORA composite scores
So that metrics reflect real production health
Context
The current Grafana DORA dashboard has a
$repovariable that shows every Forgejo repo. Once the exporter emits atierlabel (#1), the dashboard needs a tier dropdown so overview panels aggregate only production repos by default.File Targets
Files the agent should modify or create:
terraform/dashboards/dora-dashboard.json— add tier variable, update overview panel queriesFiles the agent should NOT touch:
terraform/modules/monitoring/main.tf— no infra changes neededAcceptance Criteria
tierdropdown: Tier 1 (Production), Tier 1+2 (All Tracked), Alltier=~"$tier"Test Expectations
Constraints
tofu apply$repovariable functionalityChecklist
Related
dora-metrics— project this affectsldraney/DORA#1— dependencyMigrated to ldraney/pal-e-platform#427