Provisioning: datasources auto deletion (#83034)

This commit is contained in:
Mikel Vuka
2024-04-08 11:45:39 +02:00
committed by GitHub
parent 4b4bdc7c33
commit 724517dc40
16 changed files with 205 additions and 2 deletions
@@ -0,0 +1,6 @@
apiVersion: 1
datasources:
- name: test_graphite_without_prune
type: graphite
access: proxy
url: http://localhost:8080
@@ -0,0 +1,7 @@
apiVersion: 1
prune: true
datasources:
- name: test_graphite_with_prune
type: graphite
access: proxy
url: http://localhost:8080
@@ -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
@@ -0,0 +1,5 @@
apiVersion: 1
prune: true
datasources:
- name: testdata_with_prune
type: testdata
@@ -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