notes: 2.3.0 -> 2.3.1 (#352950)
[NixPkgs.git] / nixos / tests / prometheus / default.nix
blob133922a453c05be919c17bddbe0830fdbd522285
1 { system ? builtins.currentSystem
2 , config ? { }
3 , pkgs ? import ../../.. { inherit system config; }
4 }:
7   alertmanager = import ./alertmanager.nix { inherit system pkgs; };
8   config-reload = import ./config-reload.nix { inherit system pkgs; };
9   federation = import ./federation.nix { inherit system pkgs; };
10   prometheus-pair = import ./prometheus-pair.nix { inherit system pkgs; };
11   pushgateway = import ./pushgateway.nix { inherit system pkgs; };
12   remote-write = import ./remote-write.nix { inherit system pkgs; };