mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2025-06-28 23:50:42 +00:00
fixed datasrouce in dashboard
Signed-off-by: Brian Christner <brian.christner@gmail.com>
This commit is contained in:
parent
912d8378b6
commit
700ff45b8c
6 changed files with 184 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'Prometheus'
|
||||
- name: 'prometheus'
|
||||
orgId: 1
|
||||
folder: ''
|
||||
type: file
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"__inputs": [
|
||||
{
|
||||
"name": "DS_PROMETHEUS",
|
||||
"name": "prometheus",
|
||||
"label": "Prometheus",
|
||||
"description": "Standard Prometheus datasource",
|
||||
"type": "datasource",
|
||||
|
@ -85,7 +85,7 @@
|
|||
"stars": "#1F78C1"
|
||||
},
|
||||
"bars": false,
|
||||
"datasource": "${DS_PROMETHEUS}",
|
||||
"datasource": "prometheus",
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 1,
|
||||
|
@ -169,7 +169,7 @@
|
|||
"Open Issues": "#C15C17"
|
||||
},
|
||||
"bars": false,
|
||||
"datasource": "${DS_PROMETHEUS}",
|
||||
"datasource": "prometheus",
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 4,
|
||||
|
@ -248,7 +248,7 @@
|
|||
"Forks": "#F9BA8F"
|
||||
},
|
||||
"bars": false,
|
||||
"datasource": "${DS_PROMETHEUS}",
|
||||
"datasource": "prometheus",
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 1,
|
||||
|
@ -339,7 +339,7 @@
|
|||
"stars": "#E5A8E2"
|
||||
},
|
||||
"bars": false,
|
||||
"datasource": "${DS_PROMETHEUS}",
|
||||
"datasource": "prometheus",
|
||||
"decimals": 3,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
|
@ -426,7 +426,7 @@
|
|||
"Open Issues": "#BF1B00"
|
||||
},
|
||||
"bars": false,
|
||||
"datasource": "${DS_PROMETHEUS}",
|
||||
"datasource": "prometheus",
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 3,
|
||||
|
@ -505,7 +505,7 @@
|
|||
"Forks": "#F9BA8F"
|
||||
},
|
||||
"bars": false,
|
||||
"datasource": "${DS_PROMETHEUS}",
|
||||
"datasource": "prometheus",
|
||||
"decimals": 3,
|
||||
"editable": true,
|
||||
"error": false,
|
||||
|
@ -590,4 +590,4 @@
|
|||
}
|
||||
],
|
||||
"description": "A docker stack which uses Grafana to collect GitHub statistics for selected Repositories"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,14 +3,14 @@ apiVersion: 1
|
|||
|
||||
# list of datasources that should be deleted from the database
|
||||
deleteDatasources:
|
||||
- name: Prometheus
|
||||
- name: prometheus
|
||||
orgId: 1
|
||||
|
||||
# list of datasources to insert/update depending
|
||||
# whats available in the database
|
||||
datasources:
|
||||
# <string, required> name of the datasource. Required
|
||||
- name: Prometheus
|
||||
- name: prometheus
|
||||
# <string, required> datasource type. Required
|
||||
type: prometheus
|
||||
# <string, required> access mode. direct or proxy. Required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue