Tempo
services.tempo.configFile
Specify a path to a configuration file that Tempo should use.
Type: null or path
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/tracing/tempo.nix
services.tempo.enable
Whether to enable Grafana Tempo.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/tracing/tempo.nix
services.tempo.extraFlags
Additional flags to pass to the ExecStart=
in tempo.service
.
Type: list of string
Default
[ ]
Example
[ "-config.expand-env=true" ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/tracing/tempo.nix
services.tempo.settings
Specify the configuration for Tempo in Nix.
See https://grafana.com/docs/tempo/latest/configuration/ for available options.
Type: YAML value
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/tracing/tempo.nix