templates/dashboards: Bump grafana schema version
This makes the following diffs smaller.
This commit is contained in:
parent
031b67566b
commit
c1a44b6813
2 changed files with 192 additions and 155 deletions
|
|
@ -13,7 +13,10 @@ data:
|
|||
"list": [
|
||||
{
|
||||
"builtIn": 1,
|
||||
"datasource": "-- Grafana --",
|
||||
"datasource": {
|
||||
"type": "datasource",
|
||||
"uid": "grafana"
|
||||
},
|
||||
"enable": true,
|
||||
"hide": true,
|
||||
"iconColor": "rgba(0, 211, 255, 1)",
|
||||
|
|
@ -29,14 +32,18 @@ data:
|
|||
]
|
||||
},
|
||||
"editable": true,
|
||||
"gnetId": null,
|
||||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
"iteration": 1647253765879,
|
||||
"id": 32,
|
||||
"iteration": 1652788493737,
|
||||
"links": [],
|
||||
"liveNow": false,
|
||||
"panels": [
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": null,
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
|
|
@ -49,7 +56,9 @@ data:
|
|||
"type": "row"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The percentage of successful compose requests for the selected time range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -123,7 +132,7 @@ data:
|
|||
"text": {},
|
||||
"textMode": "auto"
|
||||
},
|
||||
"pluginVersion": "8.2.1",
|
||||
"pluginVersion": "8.5.2",
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
|
|
@ -137,7 +146,9 @@ data:
|
|||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The number of total compose requests for the selected date range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -180,7 +191,7 @@ data:
|
|||
"text": {},
|
||||
"textMode": "auto"
|
||||
},
|
||||
"pluginVersion": "8.2.1",
|
||||
"pluginVersion": "8.5.2",
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
|
|
@ -194,7 +205,9 @@ data:
|
|||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The throughput rate of Compose errors and non-errors over time for the selected time range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -273,7 +286,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
|
@ -298,7 +312,9 @@ data:
|
|||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The number of compose errors (as a percentage) over time for the selected time range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -362,7 +378,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
|
@ -379,7 +396,9 @@ data:
|
|||
},
|
||||
{
|
||||
"cacheTimeout": 1,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "How long will it take to consume all our budget if our error consumption remains at the current rate for the selected date range.",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -438,7 +457,6 @@ data:
|
|||
"y": 9
|
||||
},
|
||||
"id": 115,
|
||||
"interval": null,
|
||||
"links": [],
|
||||
"maxDataPoints": 100,
|
||||
"options": {
|
||||
|
|
@ -458,7 +476,7 @@ data:
|
|||
},
|
||||
"textMode": "auto"
|
||||
},
|
||||
"pluginVersion": "8.2.1",
|
||||
"pluginVersion": "8.5.2",
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
|
|
@ -470,14 +488,13 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Remaining",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The percentage of error budget consumed for the selected time range. ",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -554,7 +571,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"pluginVersion": "8.2.1",
|
||||
|
|
@ -569,14 +587,14 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Consumed",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": null,
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
|
|
@ -589,7 +607,9 @@ data:
|
|||
"type": "row"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The percentage of successful compose requests for the selected time range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -663,7 +683,7 @@ data:
|
|||
"text": {},
|
||||
"textMode": "auto"
|
||||
},
|
||||
"pluginVersion": "8.2.1",
|
||||
"pluginVersion": "8.5.2",
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
|
|
@ -677,7 +697,9 @@ data:
|
|||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The request latency for composer requests over the selected date range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -855,7 +877,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
|
@ -887,7 +910,9 @@ data:
|
|||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "Percent of requests exceeding latency allowed by SLO",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -956,7 +981,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
|
@ -973,7 +999,9 @@ data:
|
|||
},
|
||||
{
|
||||
"cacheTimeout": 1,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "How long will it take to consume all our budget if our error consumption remains at the current rate for the selected date range.",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1032,7 +1060,6 @@ data:
|
|||
"y": 26
|
||||
},
|
||||
"id": 198,
|
||||
"interval": null,
|
||||
"links": [],
|
||||
"maxDataPoints": 100,
|
||||
"options": {
|
||||
|
|
@ -1052,7 +1079,7 @@ data:
|
|||
},
|
||||
"textMode": "auto"
|
||||
},
|
||||
"pluginVersion": "8.2.1",
|
||||
"pluginVersion": "8.5.2",
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
|
|
@ -1064,14 +1091,13 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Remaining",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The percentage of error budget consumed for the selected time range. ",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1147,7 +1173,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"pluginVersion": "8.2.1",
|
||||
|
|
@ -1162,14 +1189,12 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Consumed",
|
||||
"type": "timeseries"
|
||||
}
|
||||
],
|
||||
"refresh": false,
|
||||
"schemaVersion": 30,
|
||||
"schemaVersion": 36,
|
||||
"style": "dark",
|
||||
"tags": [],
|
||||
"templating": {
|
||||
|
|
@ -1180,11 +1205,8 @@ data:
|
|||
"text": "app-sre-prod-04-prometheus",
|
||||
"value": "app-sre-prod-04-prometheus"
|
||||
},
|
||||
"description": null,
|
||||
"error": null,
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": null,
|
||||
"multi": false,
|
||||
"name": "datasource",
|
||||
"options": [],
|
||||
|
|
@ -1200,14 +1222,11 @@ data:
|
|||
"auto_count": 30,
|
||||
"auto_min": "10s",
|
||||
"current": {
|
||||
"selected": true,
|
||||
"selected": false,
|
||||
"text": "14d",
|
||||
"value": "14d"
|
||||
},
|
||||
"description": null,
|
||||
"error": null,
|
||||
"hide": 0,
|
||||
"label": null,
|
||||
"name": "interval",
|
||||
"options": [
|
||||
{
|
||||
|
|
@ -1269,9 +1288,7 @@ data:
|
|||
},
|
||||
{
|
||||
"description": "Compose stability SLO target",
|
||||
"error": null,
|
||||
"hide": 2,
|
||||
"label": null,
|
||||
"name": "stability_slo",
|
||||
"query": "0.95",
|
||||
"skipUrlSync": false,
|
||||
|
|
@ -1279,9 +1296,7 @@ data:
|
|||
},
|
||||
{
|
||||
"description": "Compose latency SLO target",
|
||||
"error": null,
|
||||
"hide": 2,
|
||||
"label": null,
|
||||
"name": "latency_slo",
|
||||
"query": "0.95",
|
||||
"skipUrlSync": false,
|
||||
|
|
@ -1321,5 +1336,6 @@ data:
|
|||
"timezone": "",
|
||||
"title": "Image Builder Composer",
|
||||
"uid": "image-builder-composer",
|
||||
"version": 4
|
||||
"version": 4,
|
||||
"weekStart": ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,10 @@ data:
|
|||
"list": [
|
||||
{
|
||||
"builtIn": 1,
|
||||
"datasource": "-- Grafana --",
|
||||
"datasource": {
|
||||
"type": "datasource",
|
||||
"uid": "grafana"
|
||||
},
|
||||
"enable": true,
|
||||
"hide": true,
|
||||
"iconColor": "rgba(0, 211, 255, 1)",
|
||||
|
|
@ -29,14 +32,18 @@ data:
|
|||
]
|
||||
},
|
||||
"editable": true,
|
||||
"gnetId": null,
|
||||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
"iteration": 1647253881137,
|
||||
"id": 33,
|
||||
"iteration": 1652780554050,
|
||||
"links": [],
|
||||
"liveNow": false,
|
||||
"panels": [
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": null,
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
|
|
@ -49,7 +56,9 @@ data:
|
|||
"type": "row"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The percentage of successful osbuild jobs for the selected time range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -124,7 +133,7 @@ data:
|
|||
"text": {},
|
||||
"textMode": "auto"
|
||||
},
|
||||
"pluginVersion": "8.1.5",
|
||||
"pluginVersion": "8.5.2",
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
|
|
@ -138,7 +147,9 @@ data:
|
|||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The throughput rate of osbuild job errors and non-errors over time for the selected time range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -217,7 +228,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
|
@ -242,7 +254,9 @@ data:
|
|||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The number of osbuild job errors (as a percentage) over time for the selected time range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -306,7 +320,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
|
@ -323,7 +338,9 @@ data:
|
|||
},
|
||||
{
|
||||
"cacheTimeout": 1,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "How long will it take to consume all our budget if our error consumption remains at the current rate for the selected date range.",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -383,7 +400,6 @@ data:
|
|||
"y": 9
|
||||
},
|
||||
"id": 238,
|
||||
"interval": null,
|
||||
"links": [],
|
||||
"maxDataPoints": 100,
|
||||
"options": {
|
||||
|
|
@ -403,7 +419,7 @@ data:
|
|||
},
|
||||
"textMode": "auto"
|
||||
},
|
||||
"pluginVersion": "8.1.5",
|
||||
"pluginVersion": "8.5.2",
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
|
|
@ -415,14 +431,13 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Remaining",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The percentage of error budget consumed for the selected time range. ",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -499,7 +514,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"pluginVersion": "8.1.5",
|
||||
|
|
@ -514,14 +530,14 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Consumed",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": null,
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
|
|
@ -534,7 +550,9 @@ data:
|
|||
"type": "row"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The duration of 90% of osbuild jobs",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -608,7 +626,7 @@ data:
|
|||
"text": {},
|
||||
"textMode": "auto"
|
||||
},
|
||||
"pluginVersion": "8.1.5",
|
||||
"pluginVersion": "8.5.2",
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
|
|
@ -622,7 +640,9 @@ data:
|
|||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The request Duration for osbuild jobs over the selected date range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -800,7 +820,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
|
@ -832,7 +853,9 @@ data:
|
|||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "Percent of requests exceeding Duration allowed by SLO",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -901,7 +924,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"targets": [
|
||||
|
|
@ -918,7 +942,9 @@ data:
|
|||
},
|
||||
{
|
||||
"cacheTimeout": 1,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "How long will it take to consume all our budget if our error consumption remains at the current rate for the selected date range.",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -977,7 +1003,6 @@ data:
|
|||
"y": 26
|
||||
},
|
||||
"id": 198,
|
||||
"interval": null,
|
||||
"links": [],
|
||||
"maxDataPoints": 100,
|
||||
"options": {
|
||||
|
|
@ -997,7 +1022,7 @@ data:
|
|||
},
|
||||
"textMode": "auto"
|
||||
},
|
||||
"pluginVersion": "8.1.5",
|
||||
"pluginVersion": "8.5.2",
|
||||
"targets": [
|
||||
{
|
||||
"exemplar": true,
|
||||
|
|
@ -1009,14 +1034,13 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Remaining",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The percentage of error budget consumed for the selected time range. ",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1092,7 +1116,8 @@ data:
|
|||
"placement": "bottom"
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single"
|
||||
"mode": "single",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"pluginVersion": "8.1.5",
|
||||
|
|
@ -1107,14 +1132,14 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Consumed",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": null,
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
|
|
@ -1127,7 +1152,9 @@ data:
|
|||
"type": "row"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The percentage of successful depsolve jobs for the selected time range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1151,8 +1178,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "red",
|
||||
"value": null
|
||||
"color": "red"
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
|
|
@ -1215,7 +1241,9 @@ data:
|
|||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The throughput rate of depsolve job errors and non-errors over time for the selected time range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1255,8 +1283,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "red",
|
||||
"value": null
|
||||
"color": "red"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1319,7 +1346,9 @@ data:
|
|||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The number of depsolve job errors (as a percentage) over time for the selected time range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1361,8 +1390,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "red",
|
||||
"value": null
|
||||
"color": "red"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1402,7 +1430,9 @@ data:
|
|||
},
|
||||
{
|
||||
"cacheTimeout": 1,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "How long will it take to consume all our budget if our error consumption remains at the current rate for the selected date range.",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1438,8 +1468,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "red",
|
||||
"value": null
|
||||
"color": "red"
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
|
|
@ -1462,7 +1491,6 @@ data:
|
|||
"y": 43
|
||||
},
|
||||
"id": 223,
|
||||
"interval": null,
|
||||
"links": [],
|
||||
"maxDataPoints": 100,
|
||||
"options": {
|
||||
|
|
@ -1494,14 +1522,13 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Remaining",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The percentage of error budget consumed for the selected time range. ",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1546,8 +1573,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
|
|
@ -1593,14 +1619,14 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Consumed",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": null,
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
|
|
@ -1613,7 +1639,9 @@ data:
|
|||
"type": "row"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The duration of 90% of depsolve jobs",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1637,8 +1665,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
|
|
@ -1701,7 +1728,9 @@ data:
|
|||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The request Duration for depsolve jobs over the selected date range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1742,8 +1771,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
|
|
@ -1911,7 +1939,9 @@ data:
|
|||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "Percent of requests exceeding Duration allowed by SLO",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -1952,8 +1982,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
|
|
@ -1996,7 +2025,9 @@ data:
|
|||
},
|
||||
{
|
||||
"cacheTimeout": 1,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "How long will it take to consume all our budget if our error consumption remains at the current rate for the selected date range.",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -2031,8 +2062,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "red",
|
||||
"value": null
|
||||
"color": "red"
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
|
|
@ -2055,7 +2085,6 @@ data:
|
|||
"y": 60
|
||||
},
|
||||
"id": 115,
|
||||
"interval": null,
|
||||
"links": [],
|
||||
"maxDataPoints": 100,
|
||||
"options": {
|
||||
|
|
@ -2087,14 +2116,13 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Remaining",
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The percentage of error budget consumed for the selected time range. ",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -2139,8 +2167,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
|
|
@ -2186,14 +2213,14 @@ data:
|
|||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"title": "Error Budget Consumed",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": null,
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
|
|
@ -2206,7 +2233,9 @@ data:
|
|||
"type": "row"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The duration of 90% of jobs waiting for execution in the job queue",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -2230,8 +2259,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
|
|
@ -2294,7 +2322,9 @@ data:
|
|||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "The duration for jobs waiting in the job queue over the selected date range",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -2335,8 +2365,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"color": "#EAB839",
|
||||
|
|
@ -2504,7 +2533,9 @@ data:
|
|||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"datasource": "${datasource}",
|
||||
"datasource": {
|
||||
"uid": "${datasource}"
|
||||
},
|
||||
"description": "Percent of requests exceeding duration allowed by SLO",
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
|
|
@ -2546,8 +2577,7 @@ data:
|
|||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
|
|
@ -2590,7 +2620,7 @@ data:
|
|||
}
|
||||
],
|
||||
"refresh": false,
|
||||
"schemaVersion": 30,
|
||||
"schemaVersion": 36,
|
||||
"style": "dark",
|
||||
"tags": [],
|
||||
"templating": {
|
||||
|
|
@ -2601,11 +2631,8 @@ data:
|
|||
"text": "app-sre-prod-04-prometheus",
|
||||
"value": "app-sre-prod-04-prometheus"
|
||||
},
|
||||
"description": null,
|
||||
"error": null,
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": null,
|
||||
"multi": false,
|
||||
"name": "datasource",
|
||||
"options": [],
|
||||
|
|
@ -2625,10 +2652,7 @@ data:
|
|||
"text": "28d",
|
||||
"value": "28d"
|
||||
},
|
||||
"description": null,
|
||||
"error": null,
|
||||
"hide": 0,
|
||||
"label": null,
|
||||
"name": "interval",
|
||||
"options": [
|
||||
{
|
||||
|
|
@ -2690,9 +2714,7 @@ data:
|
|||
},
|
||||
{
|
||||
"description": "Compose stability SLO target",
|
||||
"error": null,
|
||||
"hide": 2,
|
||||
"label": null,
|
||||
"name": "stability_slo",
|
||||
"query": "0.95",
|
||||
"skipUrlSync": false,
|
||||
|
|
@ -2700,9 +2722,7 @@ data:
|
|||
},
|
||||
{
|
||||
"description": "Compose Duration SLO target",
|
||||
"error": null,
|
||||
"hide": 2,
|
||||
"label": null,
|
||||
"name": "latency_slo",
|
||||
"query": "0.9",
|
||||
"skipUrlSync": false,
|
||||
|
|
@ -2742,5 +2762,6 @@ data:
|
|||
"timezone": "",
|
||||
"title": "Image Builder Worker",
|
||||
"uid": "image-builder-worker",
|
||||
"version": 5
|
||||
"version": 5,
|
||||
"weekStart": ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue