ALBS-1026

grafana: added dashboards for Build details, small fixes on other ones
This commit is contained in:
Kirill Zhukov 2023-03-10 11:24:17 +01:00
parent b9bc5269ce
commit 22fb4a6423
3 changed files with 5210 additions and 588 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -119,6 +119,23 @@
"value": "s" "value": "s"
} }
] ]
},
{
"matcher": {
"id": "byName",
"options": "build_id"
},
"properties": [
{
"id": "links",
"value": [
{
"title": "",
"url": "/d/dmVtrz-4k/build-details?orgId=1&var-build_id=${__value.raw}\n\n"
}
]
}
]
} }
] ]
}, },
@ -612,7 +629,7 @@
"type": "bargauge" "type": "bargauge"
}, },
{ {
"collapsed": false, "collapsed": true,
"gridPos": { "gridPos": {
"h": 1, "h": 1,
"w": 24, "w": 24,
@ -620,10 +637,7 @@
"y": 12 "y": 12
}, },
"id": 8, "id": 8,
"panels": [], "panels": [
"title": "Details",
"type": "row"
},
{ {
"datasource": { "datasource": {
"type": "postgres", "type": "postgres",
@ -646,8 +660,7 @@
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ {
"color": "green", "color": "green"
"value": null
}, },
{ {
"color": "red", "color": "red",
@ -924,6 +937,10 @@
"type": "table" "type": "table"
} }
], ],
"title": "Details",
"type": "row"
}
],
"schemaVersion": 37, "schemaVersion": 37,
"style": "dark", "style": "dark",
"tags": [], "tags": [],
@ -958,6 +975,6 @@
"timezone": "", "timezone": "",
"title": "Build task details", "title": "Build task details",
"uid": "vtQClqxVk", "uid": "vtQClqxVk",
"version": 34, "version": 37,
"weekStart": "" "weekStart": ""
} }