Merge pull request #314828 from peterablehmann/prometheus
nixos/prometheus: add query_log_file option
This commit is contained in:
commit
a8377e1b0f
@ -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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user