Trickster
services.trickster.configFile
Path to configuration file.
Type: null or path
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/trickster.nix
services.trickster.enable
Enable Trickster.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/trickster.nix
services.trickster.instance-id
Instance ID for when running multiple processes (default null).
Type: null or signed integer
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/trickster.nix
services.trickster.log-level
Level of Logging to use (debug, info, warn, error) (default "info").
Type: string
Default
"info"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/trickster.nix
services.trickster.metrics-port
Port that the /metrics endpoint will listen on.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
8082
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/trickster.nix
services.trickster.origin-type
Type of origin (prometheus, influxdb)
Type: one of "prometheus", "influxdb"
Default
"prometheus"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/trickster.nix
services.trickster.origin-url
URL to the Origin. Enter it like you would in grafana, e.g., http://prometheus:9090 (default http://prometheus:9090).
Type: string
Default
"http://prometheus:9090"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/trickster.nix
services.trickster.package
The trickster package to use.
Type: package
Default
pkgs.trickster
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/trickster.nix
services.trickster.profiler-port
Port that the /debug/pprof endpoint will listen on.
Type: null or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/trickster.nix
services.trickster.proxy-port
Port that the Proxy server will listen on.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
9090
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/trickster.nix