Merge pull request #314828 from peterablehmann/prometheus

nixos/prometheus: add query_log_file option
This commit is contained in:
Maximilian Bosch 2024-05-30 21:37:26 +00:00 committed by GitHub
commit a8377e1b0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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