infra/services/monitoring/exporters/default.nix

7 lines
76 B
Nix
Raw Normal View History

{
2024-07-05 12:18:23 +00:00
imports = [
./cadvisor.nix
2024-07-05 12:18:23 +00:00
./nginx.nix
2024-07-05 12:51:26 +00:00
./postgres.nix
2024-07-05 12:18:23 +00:00
];
}