Monitoring stack (almost done)

This commit is contained in:
pazpi 2024-10-07 22:03:55 +02:00
parent 7d2ce03dc3
commit b96176958c
4 changed files with 249 additions and 2 deletions

View file

@ -1 +1,7 @@
{ imports = [ ./prometheus.nix ]; }
{
imports = [
./grafana.nix
./loki.nix
./prometheus.nix
];
}