cluster/services/monitoring: provision dashboards correctly
This commit is contained in:
parent
e642871738
commit
b3644b8630
1 changed files with 4 additions and 2 deletions
|
@ -64,12 +64,14 @@ in
|
|||
nixos = {
|
||||
client = ./client.nix;
|
||||
blackbox = ./blackbox.nix;
|
||||
grafana = ./grafana-ha.nix;
|
||||
grafana = [
|
||||
./grafana-ha.nix
|
||||
./provisioning/dashboards.nix
|
||||
];
|
||||
logging = ./logging.nix;
|
||||
server = [
|
||||
./server.nix
|
||||
./tracing.nix
|
||||
./provisioning/dashboards.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue