should allow one default datasource per organisation using provisioning

This commit is contained in:
Marcus Efraimsson
2018-08-14 14:48:14 +02:00
parent e521e7b76d
commit aed89b49c0
4 changed files with 45 additions and 4 deletions
@@ -0,0 +1,27 @@
apiVersion: 1
datasources:
- orgId: 1
name: prometheus
type: prometheus
isDefault: True
access: proxy
url: http://prometheus.example.com:9090
- name: Graphite
type: graphite
access: proxy
url: http://localhost:8080
is_default: true
- orgId: 2
name: prometheus
type: prometheus
isDefault: True
access: proxy
url: http://prometheus.example.com:9090
- orgId: 2
name: Graphite
type: graphite
access: proxy
url: http://localhost:8080
is_default: true