Skip to content

Victoriametrics

services.victoriametrics.enable

Whether to enable VictoriaMetrics, a time series database, long-term remote storage for Prometheus. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/victoriametrics.nix

services.victoriametrics.extraOptions

Extra options to pass to VictoriaMetrics. See the README: https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/README.md or {command}victoriametrics -help for more information.

Type: list of string

Default

[ ]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/victoriametrics.nix

services.victoriametrics.listenAddress

The listen address for the http interface.

Type: string

Default

":8428"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/victoriametrics.nix

services.victoriametrics.package

The victoriametrics package to use. Type: package

Default

pkgs.victoriametrics

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/victoriametrics.nix

services.victoriametrics.retentionPeriod

Retention period in months.

Type: signed integer

Default

1

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/databases/victoriametrics.nix