infra/services/monitoring/exporters/default.nix
Ilya K e2c6550796 Hydra metrics
Yoink the nixos org exporter, rewrite most of it, deploy
2024-10-01 19:06:26 +03:00

9 lines
89 B
Nix

{
imports = [
./cadvisor.nix
./hydra
./nginx.nix
./postgres.nix
];
}