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,10 +37,6 @@
# Declarative datasources
provision.datasources.settings = {
apiVersion = 1;
# Remove old "Prometheus" datasource that was renamed to "Prometheus (monitoring01)"
deleteDatasources = [
{ name = "Prometheus"; orgId = 1; }
];
datasources = [
{
name = "VictoriaMetrics";