0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/prometheus: Added remote-write test case

This commit is contained in:
Jonathan Davies 2024-06-02 00:08:13 +01:00
parent d6296eceaf
commit 61e7915267
No known key found for this signature in database
2 changed files with 74 additions and 0 deletions

View file

@ -5,4 +5,5 @@
{
prometheus-pair = import ./prometheus-pair.nix { inherit system pkgs; };
remote-write = import ./remote-write.nix { inherit system pkgs; };
}