2026-01-21 13:37:36 -03:00
# services/monitoring/grafana-dashboard-jobs.yaml
2026-01-18 02:50:07 -03:00
apiVersion : v1
kind : ConfigMap
metadata :
2026-01-21 13:37:36 -03:00
name : grafana-dashboard-jobs
2026-01-18 02:50:07 -03:00
labels :
grafana_dashboard : "1"
data :
2026-01-21 13:37:36 -03:00
atlas-jobs.json : |
2026-01-18 02:50:07 -03:00
{
2026-01-21 13:37:36 -03:00
"uid": "atlas-jobs" ,
2026-04-18 14:50:59 -03:00
"title": "Atlas Testing" ,
2026-01-18 02:50:07 -03:00
"folderUid": "atlas-internal" ,
"editable": true ,
"panels": [
{
"id": 1 ,
2026-04-18 14:50:59 -03:00
"type": "text" ,
"title": "Testing Modes" ,
"gridPos": {
"h": 4 ,
"w": 24 ,
"x": 0 ,
"y": 0
},
"datasource": null ,
"options": {
"mode": "markdown" ,
"content": "### Atlas Testing\n- **Overview mode**: set `Suite=All` to compare every project.\n- **Suite drilldown mode**: choose one `Suite` to inspect run outcomes, coverage drift, and failure mix.\n- Jenkins drilldown: [ananke](https://jenkins.bstein.dev/job/ananke/) \u00b7 [ariadne](https://jenkins.bstein.dev/job/ariadne/) \u00b7 [atlasbot](https://jenkins.bstein.dev/job/atlasbot/) \u00b7 [bstein-dev-home](https://jenkins.bstein.dev/job/bstein-dev-home/) \u00b7 [lesavka](https://jenkins.bstein.dev/job/lesavka/) \u00b7 [metis](https://jenkins.bstein.dev/job/metis/) \u00b7 [pegasus](https://jenkins.bstein.dev/job/pegasus/) \u00b7 [titan-iac](https://jenkins.bstein.dev/job/titan-iac/) \u00b7 [typhon](https://jenkins.bstein.dev/job/typhon/)"
}
},
{
"id": 2 ,
"type": "stat" ,
"title": "Success Rate (24h)" ,
2026-01-21 13:37:36 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 6 ,
"w": 4 ,
2026-01-21 13:37:36 -03:00
"x": 0 ,
2026-04-18 14:50:59 -03:00
"y": 4
2026-01-21 13:37:36 -03:00
},
"targets": [
{
2026-04-18 14:50:59 -03:00
"expr": "100 * ((sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\",status=~\"ok|passed|success\"}[24h])) or on() vector(0))) / clamp_min(((sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\"}[24h])) or on() vector(0))), 1)" ,
2026-01-21 13:37:36 -03:00
"refId": "A" ,
"instant": true
}
] ,
"fieldConfig": {
"defaults": {
2026-04-18 14:50:59 -03:00
"color": {
"mode": "thresholds"
},
"mappings": [ ] ,
2026-01-21 13:37:36 -03:00
"thresholds": {
"mode": "absolute" ,
"steps": [
{
2026-04-18 14:50:59 -03:00
"color": "red" ,
2026-01-21 13:37:36 -03:00
"value": null
},
{
2026-04-18 14:50:59 -03:00
"color": "orange" ,
"value": 70
2026-01-21 13:37:36 -03:00
},
{
2026-04-18 14:50:59 -03:00
"color": "yellow" ,
"value": 85
2026-01-21 13:37:36 -03:00
},
{
2026-04-18 14:50:59 -03:00
"color": "green" ,
"value": 95
2026-01-21 13:37:36 -03:00
}
]
2026-04-18 14:50:59 -03:00
},
"unit": "percent" ,
"custom": {
"displayMode": "auto"
},
"decimals": 2
2026-01-21 13:37:36 -03:00
},
"overrides": [ ]
},
"options": {
2026-04-18 14:50:59 -03:00
"colorMode": "value" ,
"graphMode": "area" ,
"justifyMode": "center" ,
2026-01-21 13:37:36 -03:00
"reduceOptions": {
"calcs": [
"lastNotNull"
] ,
"fields": "" ,
"values": false
},
2026-04-18 14:50:59 -03:00
"textMode": "value"
2026-01-21 13:37:36 -03:00
}
},
{
"id": 3 ,
2026-04-18 14:50:59 -03:00
"type": "stat" ,
"title": "Success Rate (7d)" ,
2026-01-21 13:37:36 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 6 ,
"w": 4 ,
"x": 4 ,
"y": 4
2026-01-21 13:37:36 -03:00
},
"targets": [
{
2026-04-18 14:50:59 -03:00
"expr": "100 * ((sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\",status=~\"ok|passed|success\"}[7d])) or on() vector(0))) / clamp_min(((sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\"}[7d])) or on() vector(0))), 1)" ,
2026-01-21 13:37:36 -03:00
"refId": "A" ,
"instant": true
}
] ,
"fieldConfig": {
"defaults": {
2026-04-18 14:50:59 -03:00
"color": {
"mode": "thresholds"
},
"mappings": [ ] ,
2026-01-21 13:37:36 -03:00
"thresholds": {
"mode": "absolute" ,
"steps": [
{
2026-04-18 14:50:59 -03:00
"color": "red" ,
2026-01-21 13:37:36 -03:00
"value": null
},
{
2026-04-18 14:50:59 -03:00
"color": "orange" ,
"value": 70
2026-01-21 13:37:36 -03:00
},
{
2026-04-18 14:50:59 -03:00
"color": "yellow" ,
"value": 85
2026-01-21 13:37:36 -03:00
},
{
2026-04-18 14:50:59 -03:00
"color": "green" ,
"value": 95
2026-01-21 13:37:36 -03:00
}
]
2026-01-21 14:30:55 -03:00
},
2026-04-18 14:50:59 -03:00
"unit": "percent" ,
"custom": {
"displayMode": "auto"
},
2026-01-21 14:30:55 -03:00
"decimals": 2
2026-01-21 13:37:36 -03:00
},
"overrides": [ ]
},
"options": {
2026-04-18 14:50:59 -03:00
"colorMode": "value" ,
"graphMode": "area" ,
"justifyMode": "center" ,
2026-01-21 13:37:36 -03:00
"reduceOptions": {
"calcs": [
"lastNotNull"
] ,
"fields": "" ,
"values": false
},
2026-04-18 14:50:59 -03:00
"textMode": "value"
}
2026-01-21 13:37:36 -03:00
},
{
"id": 4 ,
2026-01-18 02:50:07 -03:00
"type": "stat" ,
2026-04-18 14:50:59 -03:00
"title": "Success Rate (30d)" ,
2026-01-18 02:50:07 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 6 ,
2026-01-21 13:37:36 -03:00
"w": 4 ,
2026-04-18 14:50:59 -03:00
"x": 8 ,
"y": 4
2026-01-18 02:50:07 -03:00
},
"targets": [
{
2026-04-18 14:50:59 -03:00
"expr": "100 * ((sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\",status=~\"ok|passed|success\"}[30d])) or on() vector(0))) / clamp_min(((sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\"}[30d])) or on() vector(0))), 1)" ,
"refId": "A" ,
"instant": true
2026-01-18 02:50:07 -03:00
}
] ,
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [ ] ,
"thresholds": {
"mode": "absolute" ,
"steps": [
{
2026-04-18 14:50:59 -03:00
"color": "red" ,
2026-01-18 02:50:07 -03:00
"value": null
},
{
2026-04-18 14:50:59 -03:00
"color": "orange" ,
"value": 70
2026-01-18 02:50:07 -03:00
},
{
2026-04-18 14:50:59 -03:00
"color": "yellow" ,
"value": 85
2026-01-18 02:50:07 -03:00
},
{
2026-04-18 14:50:59 -03:00
"color": "green" ,
"value": 95
2026-01-18 02:50:07 -03:00
}
]
},
2026-04-18 14:50:59 -03:00
"unit": "percent" ,
2026-01-18 02:50:07 -03:00
"custom": {
"displayMode": "auto"
2026-04-18 14:50:59 -03:00
},
"decimals": 2
2026-01-18 02:50:07 -03:00
},
"overrides": [ ]
},
"options": {
"colorMode": "value" ,
"graphMode": "area" ,
"justifyMode": "center" ,
"reduceOptions": {
"calcs": [
"lastNotNull"
] ,
"fields": "" ,
"values": false
},
"textMode": "value"
}
},
{
2026-01-21 13:37:36 -03:00
"id": 5 ,
2026-01-21 11:29:29 -03:00
"type": "stat" ,
2026-04-18 14:50:59 -03:00
"title": "Failures (24h)" ,
2026-01-18 02:50:07 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 6 ,
2026-01-21 11:29:29 -03:00
"w": 4 ,
2026-04-18 14:50:59 -03:00
"x": 12 ,
"y": 4
2026-01-18 02:50:07 -03:00
},
"targets": [
{
2026-04-18 14:50:59 -03:00
"expr": "(sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\",status!~\"ok|passed|success\"}[24h])) or on() vector(0))" ,
"refId": "A" ,
"instant": true
2026-01-18 02:50:07 -03:00
}
] ,
"fieldConfig": {
"defaults": {
2026-01-21 11:29:29 -03:00
"color": {
"mode": "thresholds"
},
"mappings": [ ] ,
"thresholds": {
"mode": "absolute" ,
"steps": [
{
2026-04-18 14:50:59 -03:00
"color": "green" ,
2026-01-21 11:29:29 -03:00
"value": null
},
{
2026-04-18 14:50:59 -03:00
"color": "yellow" ,
2026-01-21 11:29:29 -03:00
"value": 1
2026-04-18 14:50:59 -03:00
},
{
"color": "orange" ,
"value": 3
},
{
"color": "red" ,
"value": 6
2026-01-21 11:29:29 -03:00
}
]
},
2026-01-18 02:50:07 -03:00
"unit": "none" ,
"custom": {
2026-01-21 11:29:29 -03:00
"displayMode": "auto"
2026-01-18 02:50:07 -03:00
}
},
"overrides": [ ]
},
"options": {
2026-01-21 11:29:29 -03:00
"colorMode": "value" ,
"graphMode": "area" ,
"justifyMode": "center" ,
"reduceOptions": {
"calcs": [
"lastNotNull"
] ,
"fields": "" ,
"values": false
2026-01-18 02:50:07 -03:00
},
2026-01-21 11:29:29 -03:00
"textMode": "value"
}
2026-01-18 02:50:07 -03:00
},
{
2026-01-21 13:37:36 -03:00
"id": 6 ,
2026-01-21 11:29:29 -03:00
"type": "stat" ,
2026-04-18 14:50:59 -03:00
"title": "Runs (24h)" ,
2026-01-18 02:50:07 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 6 ,
2026-01-21 11:29:29 -03:00
"w": 4 ,
2026-04-18 14:50:59 -03:00
"x": 16 ,
"y": 4
2026-01-18 02:50:07 -03:00
},
"targets": [
{
2026-04-18 14:50:59 -03:00
"expr": "(sum(increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\"}[24h])) or on() vector(0))" ,
"refId": "A" ,
"instant": true
2026-01-18 02:50:07 -03:00
}
] ,
"fieldConfig": {
"defaults": {
2026-01-21 11:29:29 -03:00
"color": {
"mode": "thresholds"
},
"mappings": [ ] ,
"thresholds": {
"mode": "absolute" ,
"steps": [
{
2026-04-18 14:50:59 -03:00
"color": "red" ,
2026-01-21 11:29:29 -03:00
"value": null
},
{
"color": "green" ,
"value": 1
}
]
},
2026-01-18 02:50:07 -03:00
"unit": "none" ,
"custom": {
2026-01-21 11:29:29 -03:00
"displayMode": "auto"
2026-01-18 02:50:07 -03:00
}
},
"overrides": [ ]
},
"options": {
2026-01-21 11:29:29 -03:00
"colorMode": "value" ,
"graphMode": "area" ,
"justifyMode": "center" ,
"reduceOptions": {
"calcs": [
"lastNotNull"
] ,
"fields": "" ,
"values": false
},
"textMode": "value"
}
},
{
2026-01-21 13:37:36 -03:00
"id": 7 ,
2026-01-21 11:29:29 -03:00
"type": "stat" ,
2026-04-18 14:50:59 -03:00
"title": "Suites Active (24h)" ,
2026-01-21 11:29:29 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
2026-01-18 02:50:07 -03:00
},
2026-01-21 11:29:29 -03:00
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 6 ,
2026-01-21 11:29:29 -03:00
"w": 4 ,
2026-04-18 14:50:59 -03:00
"x": 20 ,
"y": 4
2026-01-21 11:29:29 -03:00
},
"targets": [
2026-01-18 02:50:07 -03:00
{
2026-04-18 14:50:59 -03:00
"expr": "sum((sum by (suite) (increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\"}[24h])) > 0)) or on() vector(0)" ,
"refId": "A" ,
"instant": true
2026-01-21 11:29:29 -03:00
}
] ,
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"mappings": [ ] ,
"thresholds": {
"mode": "absolute" ,
"steps": [
{
2026-04-18 14:50:59 -03:00
"color": "red" ,
2026-01-21 11:29:29 -03:00
"value": null
},
2026-04-18 14:50:59 -03:00
{
"color": "yellow" ,
"value": 4
},
2026-01-21 11:29:29 -03:00
{
"color": "green" ,
2026-04-18 14:50:59 -03:00
"value": 8
2026-01-21 11:29:29 -03:00
}
]
},
"unit": "none" ,
"custom": {
"displayMode": "auto"
2026-04-18 14:50:59 -03:00
},
"decimals": 0
2026-01-18 02:50:07 -03:00
},
2026-01-21 11:29:29 -03:00
"overrides": [ ]
},
"options": {
"colorMode": "value" ,
"graphMode": "area" ,
"justifyMode": "center" ,
"reduceOptions": {
"calcs": [
"lastNotNull"
] ,
"fields": "" ,
"values": false
},
"textMode": "value"
}
},
{
2026-01-21 13:37:36 -03:00
"id": 8 ,
2026-04-18 14:50:59 -03:00
"type": "bargauge" ,
"title": "Suite Scoreboard: Success Rate (24h)" ,
2026-01-21 11:29:29 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 8 ,
"w": 12 ,
"x": 0 ,
"y": 10
2026-01-21 11:29:29 -03:00
},
"targets": [
2026-01-18 02:50:07 -03:00
{
2026-04-18 14:50:59 -03:00
"expr": "sort_desc((100 * (sum by (suite) (increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\",status=~\"ok|passed|success\"}[24h]))) / clamp_min((sum by (suite) (increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\"}[24h]))), 1)) and on(suite) ((sum by (suite) (increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\"}[24h]))) > 0))" ,
"refId": "A" ,
"legendFormat": "{{suite}}" ,
"instant": true
2026-01-18 02:50:07 -03:00
}
2026-01-21 11:29:29 -03:00
] ,
"fieldConfig": {
"defaults": {
2026-04-18 14:50:59 -03:00
"unit": "percent" ,
"min": 0 ,
"max": 100 ,
2026-01-21 11:29:29 -03:00
"thresholds": {
"mode": "absolute" ,
"steps": [
{
2026-04-18 14:50:59 -03:00
"color": "red" ,
2026-01-21 11:29:29 -03:00
"value": null
},
2026-04-18 14:50:59 -03:00
{
"color": "orange" ,
"value": 70
},
{
"color": "yellow" ,
"value": 85
},
2026-01-21 11:29:29 -03:00
{
"color": "green" ,
2026-04-18 14:50:59 -03:00
"value": 95
2026-01-21 11:29:29 -03:00
}
]
},
2026-04-18 14:50:59 -03:00
"decimals": 2
2026-01-21 11:29:29 -03:00
},
"overrides": [ ]
},
"options": {
2026-04-18 14:50:59 -03:00
"displayMode": "gradient" ,
"orientation": "horizontal" ,
2026-01-21 11:29:29 -03:00
"reduceOptions": {
"calcs": [
"lastNotNull"
] ,
"fields": "" ,
"values": false
2026-04-18 14:50:59 -03:00
}
2026-01-18 02:50:07 -03:00
},
2026-04-18 14:50:59 -03:00
"transformations": [
2026-01-18 02:50:07 -03:00
{
2026-04-18 14:50:59 -03:00
"id": "sortBy" ,
"options": {
"fields": [
"Value"
] ,
"order": "desc"
2026-01-18 02:50:07 -03:00
}
2026-04-18 14:50:59 -03:00
}
]
2026-01-21 11:29:29 -03:00
},
{
2026-04-18 14:50:59 -03:00
"id": 9 ,
2026-01-21 11:29:29 -03:00
"type": "bargauge" ,
2026-04-18 14:50:59 -03:00
"title": "Suite Scoreboard: Failures (24h)" ,
2026-01-18 02:50:07 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 8 ,
2026-01-18 02:50:07 -03:00
"w": 12 ,
2026-04-18 14:50:59 -03:00
"x": 12 ,
"y": 10
2026-01-18 02:50:07 -03:00
},
"targets": [
{
2026-04-18 14:50:59 -03:00
"expr": "sort_desc(sum by (suite) (increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\",status!~\"ok|passed|success\"}[24h])))" ,
2026-01-18 02:50:07 -03:00
"refId": "A" ,
2026-04-18 14:50:59 -03:00
"legendFormat": "{{suite}}" ,
2026-01-18 02:50:07 -03:00
"instant": true
}
] ,
"fieldConfig": {
"defaults": {
2026-04-18 14:50:59 -03:00
"unit": "none" ,
2026-01-21 11:29:29 -03:00
"min": 0 ,
"max": null ,
"thresholds": {
"mode": "absolute" ,
"steps": [
{
2026-04-18 14:50:59 -03:00
"color": "green" ,
2026-01-21 11:29:29 -03:00
"value": null
},
{
2026-04-18 14:50:59 -03:00
"color": "yellow" ,
2026-01-21 11:29:29 -03:00
"value": 1
},
{
2026-04-18 14:50:59 -03:00
"color": "orange" ,
"value": 3
2026-01-21 11:29:29 -03:00
},
{
2026-04-18 14:50:59 -03:00
"color": "red" ,
"value": 6
2026-01-21 11:29:29 -03:00
}
]
2026-01-21 14:30:55 -03:00
},
2026-04-18 14:50:59 -03:00
"decimals": 0
2026-01-18 02:50:07 -03:00
},
"overrides": [ ]
},
"options": {
2026-01-21 11:29:29 -03:00
"displayMode": "gradient" ,
"orientation": "horizontal" ,
"reduceOptions": {
"calcs": [
"lastNotNull"
] ,
"fields": "" ,
"values": false
}
2026-01-18 02:50:07 -03:00
},
"transformations": [
{
"id": "sortBy" ,
"options": {
"fields": [
"Value"
] ,
2026-01-21 15:01:02 -03:00
"order": "desc"
2026-01-18 02:50:07 -03:00
}
}
]
2026-01-21 11:29:29 -03:00
},
{
2026-04-18 14:50:59 -03:00
"id": 10 ,
"type": "timeseries" ,
"title": "Suite Success History (1h points)" ,
2026-01-18 02:50:07 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 8 ,
"w": 24 ,
"x": 0 ,
"y": 18
2026-01-18 02:50:07 -03:00
},
"targets": [
{
"refId": "A" ,
2026-04-18 14:50:59 -03:00
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"ariadne\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"ariadne\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"ariadne\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "ariadne"
},
{
"refId": "B" ,
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"metis\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"metis\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"metis\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "metis"
},
{
"refId": "C" ,
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"ananke\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"ananke\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"ananke\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "ananke"
},
{
"refId": "D" ,
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"atlasbot\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"atlasbot\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"atlasbot\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "atlasbot"
},
{
"refId": "E" ,
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"lesavka\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"lesavka\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"lesavka\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "lesavka"
},
{
"refId": "F" ,
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"pegasus\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"pegasus\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"pegasus\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "pegasus"
},
{
"refId": "G" ,
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"soteria\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"soteria\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"soteria\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "soteria"
},
{
"refId": "H" ,
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"titan-iac\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"titan-iac\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"titan-iac\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "titan-iac"
},
{
"refId": "I" ,
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"bstein-home\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"bstein-home\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"bstein-home\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "bstein-home"
},
{
"refId": "J" ,
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"arcanagon\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"arcanagon\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"arcanagon\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "arcanagon"
},
{
"refId": "K" ,
"expr": "(100 * (sum(increase(platform_quality_gate_runs_total{suite=\"data-prepper\",status=~\"ok|passed|success\"}[1h]))) / clamp_min((sum(increase(platform_quality_gate_runs_total{suite=\"data-prepper\"}[1h]))), 1)) and on() ((sum(increase(platform_quality_gate_runs_total{suite=\"data-prepper\"}[1h]))) > 0) or on() vector(0)" ,
"legendFormat": "data-prepper"
2026-01-18 02:50:07 -03:00
}
] ,
"fieldConfig": {
"defaults": {
2026-04-18 14:50:59 -03:00
"unit": "percent" ,
2026-01-21 11:29:29 -03:00
"min": 0 ,
2026-04-18 14:50:59 -03:00
"max": 100 ,
"custom": {
"drawStyle": "line" ,
"lineInterpolation": "linear" ,
"lineWidth": 2 ,
"fillOpacity": 8 ,
"showPoints": "always" ,
"pointSize": 3 ,
"spanNulls": true
}
2026-01-18 02:50:07 -03:00
},
"overrides": [ ]
},
"options": {
2026-04-18 14:50:59 -03:00
"legend": {
"displayMode": "list" ,
"placement": "bottom"
},
"tooltip": {
"mode": "multi"
2026-01-18 02:50:07 -03:00
}
2026-04-18 14:50:59 -03:00
}
2026-01-19 16:58:02 -03:00
},
2026-01-21 02:57:40 -03:00
{
2026-04-18 14:50:59 -03:00
"id": 11 ,
"type": "table" ,
"title": "Suite Activity Matrix (30d)" ,
2026-01-21 02:57:40 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 8 ,
"w": 24 ,
2026-01-21 02:57:40 -03:00
"x": 0 ,
2026-04-18 14:50:59 -03:00
"y": 26
2026-01-21 02:57:40 -03:00
},
"targets": [
{
2026-04-18 14:50:59 -03:00
"expr": "sum by (suite, status) (increase(platform_quality_gate_runs_total{suite=~\"ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper\"}[30d]))" ,
2026-01-21 02:57:40 -03:00
"refId": "A" ,
2026-01-21 11:29:29 -03:00
"instant": true
2026-01-21 02:57:40 -03:00
}
] ,
"fieldConfig": {
"defaults": {
2026-04-18 14:50:59 -03:00
"unit": "none" ,
"custom": {
"filterable": true
}
2026-01-21 02:57:40 -03:00
},
"overrides": [ ]
},
"options": {
2026-04-18 14:50:59 -03:00
"showHeader": true ,
"columnFilters": false
2026-01-21 11:29:29 -03:00
},
"transformations": [
2026-04-18 14:50:59 -03:00
{
"id": "labelsToFields" ,
"options": {}
},
2026-01-21 11:29:29 -03:00
{
"id": "sortBy" ,
"options": {
"fields": [
"Value"
] ,
"order": "desc"
}
}
2026-04-18 14:50:59 -03:00
] ,
"description": "Totals by suite and status over the last 30 days."
2026-01-21 02:57:40 -03:00
},
2026-01-19 16:58:02 -03:00
{
2026-04-18 14:50:59 -03:00
"id": 12 ,
"type": "timeseries" ,
"title": "Selected Suite Run Outcomes" ,
2026-01-19 16:58:02 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 8 ,
2026-01-19 16:58:02 -03:00
"w": 12 ,
2026-04-18 14:50:59 -03:00
"x": 0 ,
"y": 34
2026-01-19 16:58:02 -03:00
},
"targets": [
{
"refId": "A" ,
2026-04-18 14:50:59 -03:00
"expr": "sum(increase(platform_quality_gate_runs_total{suite=~\"${suite:regex}\",status=~\"ok|passed|success\"}[$__interval])) or on() vector(0)" ,
"legendFormat": "Success"
},
{
"refId": "B" ,
"expr": "sum(increase(platform_quality_gate_runs_total{suite=~\"${suite:regex}\",status!~\"ok|passed|success\"}[$__interval])) or on() vector(0)" ,
"legendFormat": "Failure"
},
{
"refId": "C" ,
"expr": "sum(increase(platform_quality_gate_runs_total{suite=~\"${suite:regex}\"}[$__interval])) or on() vector(0)" ,
"legendFormat": "Total"
2026-01-19 16:58:02 -03:00
}
] ,
"fieldConfig": {
"defaults": {
2026-04-18 14:50:59 -03:00
"unit": "none"
2026-01-19 16:58:02 -03:00
},
"overrides": [ ]
},
"options": {
2026-04-18 14:50:59 -03:00
"legend": {
"displayMode": "table" ,
"placement": "right" ,
2026-01-21 11:29:29 -03:00
"calcs": [
2026-04-18 14:50:59 -03:00
"lastNotNull" ,
"sum"
]
},
"tooltip": {
"mode": "multi"
2026-01-21 11:29:29 -03:00
}
2026-01-19 16:58:02 -03:00
},
2026-04-18 14:50:59 -03:00
"description": "Use Suite Drilldown to isolate one project."
2026-01-19 16:58:02 -03:00
},
{
2026-04-18 14:50:59 -03:00
"id": 13 ,
"type": "timeseries" ,
"title": "Selected Suite Hygiene & Coverage History" ,
2026-01-19 16:58:02 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 8 ,
2026-01-19 16:58:02 -03:00
"w": 12 ,
2026-04-18 14:50:59 -03:00
"x": 12 ,
"y": 34
2026-01-19 16:58:02 -03:00
},
"targets": [
{
"refId": "A" ,
2026-04-18 14:50:59 -03:00
"expr": "max_over_time(platform_quality_gate_workspace_line_coverage_percent{suite=~\"${suite:regex}\"}[$__interval])" ,
"legendFormat": "{{suite}} coverage %"
},
{
"refId": "B" ,
"expr": "max_over_time(platform_quality_gate_source_lines_over_500_total{suite=~\"${suite:regex}\"}[$__interval])" ,
"legendFormat": "{{suite}} files >500 LOC"
2026-01-19 16:58:02 -03:00
}
] ,
"fieldConfig": {
"defaults": {
2026-04-18 14:50:59 -03:00
"unit": "none"
2026-01-19 16:58:02 -03:00
},
"overrides": [ ]
},
"options": {
2026-04-18 14:50:59 -03:00
"legend": {
"displayMode": "table" ,
"placement": "right" ,
2026-01-21 11:29:29 -03:00
"calcs": [
2026-04-18 14:50:59 -03:00
"lastNotNull" ,
"max"
]
},
"tooltip": {
"mode": "multi"
2026-01-21 11:29:29 -03:00
}
2026-01-19 16:58:02 -03:00
},
2026-04-18 14:50:59 -03:00
"description": "Coverage and LOC hygiene trend for selected suite(s)."
2026-01-19 16:58:02 -03:00
},
{
2026-04-18 14:50:59 -03:00
"id": 14 ,
"type": "table" ,
"title": "Selected Suite Failure Mix (30d)" ,
2026-01-19 16:58:02 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 8 ,
2026-01-21 02:57:40 -03:00
"w": 12 ,
2026-04-18 14:50:59 -03:00
"x": 0 ,
"y": 42
2026-01-19 16:58:02 -03:00
},
"targets": [
{
2026-04-18 14:50:59 -03:00
"expr": "sum by (suite, status) (increase(platform_quality_gate_runs_total{suite=~\"${suite:regex}\",status!~\"ok|passed|success\"}[30d]))" ,
2026-01-19 16:58:02 -03:00
"refId": "A" ,
"instant": true
}
] ,
"fieldConfig": {
"defaults": {
2026-01-21 13:37:36 -03:00
"unit": "none" ,
2026-04-18 14:50:59 -03:00
"custom": {
"filterable": true
2026-01-19 16:58:02 -03:00
}
},
"overrides": [ ]
},
"options": {
2026-04-18 14:50:59 -03:00
"showHeader": true ,
"columnFilters": false
2026-01-19 16:58:02 -03:00
},
"transformations": [
2026-04-18 14:50:59 -03:00
{
"id": "labelsToFields" ,
"options": {}
},
2026-01-19 16:58:02 -03:00
{
"id": "sortBy" ,
"options": {
"fields": [
"Value"
] ,
"order": "desc"
}
}
2026-04-18 14:50:59 -03:00
] ,
"description": "Breakdown of non-success outcomes by status over 30 days."
2026-01-20 23:03:39 -03:00
},
2026-01-21 02:57:40 -03:00
{
2026-04-18 14:50:59 -03:00
"id": 15 ,
"type": "table" ,
"title": "Selected Suite Latest Test Counters" ,
2026-01-21 02:57:40 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 8 ,
"w": 12 ,
"x": 12 ,
"y": 42
2026-01-21 02:57:40 -03:00
},
"targets": [
{
2026-04-18 14:50:59 -03:00
"expr": "sum by (suite, result, __name__) ({__name__=~\".*_quality_gate_tests_total\",suite=~\"${suite:regex}\"})" ,
2026-01-21 02:57:40 -03:00
"refId": "A" ,
"instant": true
}
] ,
"fieldConfig": {
"defaults": {
2026-01-21 11:29:29 -03:00
"unit": "none" ,
2026-04-18 14:50:59 -03:00
"custom": {
"filterable": true
2026-01-21 02:57:40 -03:00
}
},
"overrides": [ ]
},
"options": {
2026-04-18 14:50:59 -03:00
"showHeader": true ,
"columnFilters": false
2026-01-21 02:57:40 -03:00
},
"transformations": [
2026-04-18 14:50:59 -03:00
{
"id": "labelsToFields" ,
"options": {}
},
2026-01-21 02:57:40 -03:00
{
"id": "sortBy" ,
"options": {
"fields": [
"Value"
] ,
"order": "desc"
}
}
2026-01-20 23:03:39 -03:00
] ,
2026-04-18 14:50:59 -03:00
"description": "Latest per-suite counters (passed/failed/error/skipped/total) from each pipeline exporter."
2026-01-20 23:03:39 -03:00
},
{
2026-04-18 14:50:59 -03:00
"id": 16 ,
2026-01-20 23:03:39 -03:00
"type": "table" ,
2026-04-18 14:50:59 -03:00
"title": "Selected Suite Check-Level Failures" ,
2026-01-20 23:03:39 -03:00
"datasource": {
"type": "prometheus" ,
"uid": "atlas-vm"
},
"gridPos": {
2026-04-18 14:50:59 -03:00
"h": 8 ,
"w": 24 ,
"x": 0 ,
"y": 50
2026-01-20 23:03:39 -03:00
},
"targets": [
{
2026-04-18 14:50:59 -03:00
"expr": "sum by (suite, check, result, __name__) ({__name__=~\".*_quality_gate_checks_total\",suite=~\"${suite:regex}\",result!~\"ok|passed|success\"})" ,
2026-01-20 23:03:39 -03:00
"refId": "A" ,
"instant": true
}
] ,
"fieldConfig": {
"defaults": {
"unit": "none" ,
"custom": {
"filterable": true
}
},
"overrides": [ ]
},
"options": {
"showHeader": true ,
"columnFilters": false
},
"transformations": [
{
"id": "labelsToFields" ,
"options": {}
},
{
"id": "sortBy" ,
"options": {
"fields": [
"Value"
] ,
"order": "desc"
}
}
2026-03-31 14:51:49 -03:00
] ,
2026-04-18 14:50:59 -03:00
"description": "Per-check failure details for suites that publish quality_gate_checks_total metrics."
2026-01-18 02:50:07 -03:00
}
] ,
"time": {
2026-04-18 14:50:59 -03:00
"from": "now-30d" ,
2026-01-18 02:50:07 -03:00
"to": "now"
},
"annotations": {
"list": [ ]
},
"schemaVersion": 39 ,
"style": "dark" ,
"tags": [
"atlas" ,
2026-04-18 14:50:59 -03:00
"testing" ,
"quality-gate" ,
"ci"
] ,
"templating": {
"list": [
{
"name": "suite" ,
"label": "Suite" ,
"type": "custom" ,
"query": "ariadne,metis,ananke,atlasbot,lesavka,pegasus,soteria,titan-iac,bstein-home,arcanagon,data-prepper" ,
"current": {
"text": "All" ,
"value": "$__all" ,
"selected": true
},
"options": [
{
"text": "ariadne" ,
"value": "ariadne" ,
"selected": false
},
{
"text": "metis" ,
"value": "metis" ,
"selected": false
},
{
"text": "ananke" ,
"value": "ananke" ,
"selected": false
},
{
"text": "atlasbot" ,
"value": "atlasbot" ,
"selected": false
},
{
"text": "lesavka" ,
"value": "lesavka" ,
"selected": false
},
{
"text": "pegasus" ,
"value": "pegasus" ,
"selected": false
},
{
"text": "soteria" ,
"value": "soteria" ,
"selected": false
},
{
"text": "titan-iac" ,
"value": "titan-iac" ,
"selected": false
},
{
"text": "bstein-home" ,
"value": "bstein-home" ,
"selected": false
},
{
"text": "arcanagon" ,
"value": "arcanagon" ,
"selected": false
},
{
"text": "data-prepper" ,
"value": "data-prepper" ,
"selected": false
}
] ,
"hide": 0 ,
"multi": false ,
"includeAll": true ,
"allValue": "ariadne|metis|ananke|atlasbot|lesavka|pegasus|soteria|titan-iac|bstein-home|arcanagon|data-prepper" ,
"refresh": 1 ,
"sort": 1 ,
"skipUrlSync": false
}
]
}
2026-01-18 02:50:07 -03:00
}