Provisioning: datasources auto deletion (#83034)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
apiVersion: 1
|
||||
datasources:
|
||||
- name: test_graphite_without_prune
|
||||
type: graphite
|
||||
access: proxy
|
||||
url: http://localhost:8080
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
apiVersion: 1
|
||||
prune: true
|
||||
datasources:
|
||||
- name: test_graphite_with_prune
|
||||
type: graphite
|
||||
access: proxy
|
||||
url: http://localhost:8080
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
apiVersion: 1
|
||||
datasources:
|
||||
- name: test_graphite_without_prune
|
||||
type: graphite
|
||||
access: proxy
|
||||
url: http://localhost:8080
|
||||
- name: test_prometheus_without_prune
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://localhost:9090
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
apiVersion: 1
|
||||
prune: true
|
||||
datasources:
|
||||
- name: testdata_with_prune
|
||||
type: testdata
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
apiVersion: 1
|
||||
prune: true
|
||||
datasources:
|
||||
- name: test_graphite_with_prune
|
||||
type: graphite
|
||||
access: proxy
|
||||
url: http://localhost:8080
|
||||
- name: test_prometheus_with_prune
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://localhost:9090
|
||||
Reference in New Issue
Block a user