services.thanos.downsample.tracing.config-file
NixOS option
Path to YAML file that contains tracing configuration. See format details: https://thanos.io/tip/thanos/tracing.md/#configuration
type: null or stringDefault
declared in: nixos/modules/services/monitoring/thanos.nixView source on NixOS/nixpkgs →if config.services.thanos.<cmd>.tracing.config == null then null else toString (format.generate "tracing.yaml" config.services.thanos.<cmd>.tracing.config);