mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
nixos/prometheus: Add query_log_file option
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user