hardcode datasource in dashboard

This commit is contained in:
iTrooz 2025-09-13 17:12:15 +02:00
parent cb06378eba
commit 5c7b245b98
No known key found for this signature in database
GPG key ID: 8B83F77667B1BC6A
2 changed files with 8 additions and 7 deletions

View file

@ -59,7 +59,7 @@
"bars": false, "bars": false,
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS-INFRA}", "datasource": "prometheus",
"fill": 1, "fill": 1,
"id": 1, "id": 1,
"legend": { "legend": {
@ -135,7 +135,7 @@
"bars": false, "bars": false,
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS-INFRA}", "datasource": "prometheus",
"fill": 1, "fill": 1,
"id": 4, "id": 4,
"legend": { "legend": {
@ -223,7 +223,7 @@
"bars": false, "bars": false,
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS-INFRA}", "datasource": "prometheus",
"fill": 1, "fill": 1,
"id": 2, "id": 2,
"legend": { "legend": {
@ -299,7 +299,7 @@
"bars": false, "bars": false,
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS-INFRA}", "datasource": "prometheus",
"fill": 1, "fill": 1,
"id": 5, "id": 5,
"legend": { "legend": {
@ -387,7 +387,7 @@
"bars": false, "bars": false,
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS-INFRA}", "datasource": "prometheus",
"fill": 1, "fill": 1,
"id": 3, "id": 3,
"legend": { "legend": {
@ -463,7 +463,7 @@
"bars": false, "bars": false,
"dashLength": 10, "dashLength": 10,
"dashes": false, "dashes": false,
"datasource": "${DS_PROMETHEUS-INFRA}", "datasource": "prometheus",
"fill": 1, "fill": 1,
"id": 6, "id": 6,
"legend": { "legend": {
@ -551,7 +551,7 @@
{ {
"allValue": null, "allValue": null,
"current": {}, "current": {},
"datasource": "${DS_PROMETHEUS-INFRA}", "datasource": "prometheus",
"hide": 0, "hide": 0,
"includeAll": false, "includeAll": false,
"label": "Instance", "label": "Instance",

View file

@ -6,3 +6,4 @@ datasources:
access: proxy access: proxy
url: http://prometheus:9090 url: http://prometheus:9090
isDefault: true isDefault: true
uid: prometheus