should allow one default datasource per organisation using provisioning
This commit is contained in:
+27
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user