mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
hardcode datasource in dashboard
This commit is contained in:
parent
cb06378eba
commit
5c7b245b98
2 changed files with 8 additions and 7 deletions
|
@ -59,7 +59,7 @@
|
|||
"bars": false,
|
||||
"dashLength": 10,
|
||||
"dashes": false,
|
||||
"datasource": "${DS_PROMETHEUS-INFRA}",
|
||||
"datasource": "prometheus",
|
||||
"fill": 1,
|
||||
"id": 1,
|
||||
"legend": {
|
||||
|
@ -135,7 +135,7 @@
|
|||
"bars": false,
|
||||
"dashLength": 10,
|
||||
"dashes": false,
|
||||
"datasource": "${DS_PROMETHEUS-INFRA}",
|
||||
"datasource": "prometheus",
|
||||
"fill": 1,
|
||||
"id": 4,
|
||||
"legend": {
|
||||
|
@ -223,7 +223,7 @@
|
|||
"bars": false,
|
||||
"dashLength": 10,
|
||||
"dashes": false,
|
||||
"datasource": "${DS_PROMETHEUS-INFRA}",
|
||||
"datasource": "prometheus",
|
||||
"fill": 1,
|
||||
"id": 2,
|
||||
"legend": {
|
||||
|
@ -299,7 +299,7 @@
|
|||
"bars": false,
|
||||
"dashLength": 10,
|
||||
"dashes": false,
|
||||
"datasource": "${DS_PROMETHEUS-INFRA}",
|
||||
"datasource": "prometheus",
|
||||
"fill": 1,
|
||||
"id": 5,
|
||||
"legend": {
|
||||
|
@ -387,7 +387,7 @@
|
|||
"bars": false,
|
||||
"dashLength": 10,
|
||||
"dashes": false,
|
||||
"datasource": "${DS_PROMETHEUS-INFRA}",
|
||||
"datasource": "prometheus",
|
||||
"fill": 1,
|
||||
"id": 3,
|
||||
"legend": {
|
||||
|
@ -463,7 +463,7 @@
|
|||
"bars": false,
|
||||
"dashLength": 10,
|
||||
"dashes": false,
|
||||
"datasource": "${DS_PROMETHEUS-INFRA}",
|
||||
"datasource": "prometheus",
|
||||
"fill": 1,
|
||||
"id": 6,
|
||||
"legend": {
|
||||
|
@ -551,7 +551,7 @@
|
|||
{
|
||||
"allValue": null,
|
||||
"current": {},
|
||||
"datasource": "${DS_PROMETHEUS-INFRA}",
|
||||
"datasource": "prometheus",
|
||||
"hide": 0,
|
||||
"includeAll": false,
|
||||
"label": "Instance",
|
||||
|
|
|
@ -6,3 +6,4 @@ datasources:
|
|||
access: proxy
|
||||
url: http://prometheus:9090
|
||||
isDefault: true
|
||||
uid: prometheus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue