grafana dashboard fixes

This commit is contained in:
mjallen18
2026-03-24 13:02:17 -05:00
parent 7798684d29
commit 540dabcb5d
2 changed files with 140 additions and 20 deletions

View File

@@ -52,6 +52,11 @@ in
group = "nextcloud-exporter";
extraGroups = [ "keys" ];
};
# Prometheus reads bearer_token_file for the Gitea scrape job at runtime.
prometheus = {
extraGroups = [ "keys" ];
};
};
groups.nextcloud-exporter = { };