nixos/prometheus: Add query_log_file option

This commit is contained in:
Peter Lehmann
2024-05-25 17:03:24 +02:00
parent e552f7ef41
commit 09be64ecc8

View File

@@ -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.
'';
};
};