Unverified Commit 09be64ec authored by Peter Lehmann's avatar Peter Lehmann
Browse files

nixos/prometheus: Add query_log_file option

parent e552f7ef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -181,6 +181,10 @@ let
        communicating with external systems (federation, remote
        storage, Alertmanager).
      '';

      query_log_file = mkOpt types.str ''
        Path to the file prometheus should write its query log to.
      '';
    };
  };