grafana: remove one-time deleteDatasources cleanup
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-17 00:49:27 +01:00
parent d385f02c89
commit a99fb5b959

View File

@@ -37,11 +37,7 @@
# Declarative datasources # Declarative datasources
provision.datasources.settings = { provision.datasources.settings = {
apiVersion = 1; apiVersion = 1;
# Remove old "Prometheus" datasource that was renamed to "Prometheus (monitoring01)" datasources = [
deleteDatasources = [
{ name = "Prometheus"; orgId = 1; }
];
datasources = [
{ {
name = "VictoriaMetrics"; name = "VictoriaMetrics";
type = "prometheus"; type = "prometheus";