1
Fork 0

Fix grafana datasource format

This commit is contained in:
prescientmoon 2024-02-24 06:53:31 +01:00
parent fc2dc9c111
commit cf50ecc758
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -43,12 +43,12 @@ in
};
};
datasources.settings.datasources.prometheus = {
datasources.settings.datasources = [{
name = "Prometheus";
type = "prometheus";
access = "proxy";
url = "prometheus.moonythm.dev";
};
}];
};
# }}}
};