MyNixOS website logo
option

services.victoriametrics.extraOptions

Extra options to pass to VictoriaMetrics. See the docs: https://docs.victoriametrics.com/single-server-victoriametrics/#list-of-command-line-flags or victoriametrics -help for more information.

Declarations
Type
list of string
Default
[ ]
Example
[
  "-httpAuth.username=username"
  "-httpAuth.password=file:///abs/path/to/file"
  "-loggerLevel=WARN"
]