services.thanos.rule.objstore.config-file

NixOS option

Path to YAML file that contains object store configuration. See format details: https://thanos.io/tip/thanos/storage.md/#configuring-access-to-object-storage

type: null or string
Default
if config.services.thanos.<cmd>.objstore.config == null then null
else toString (format.generate "objstore.yaml" config.services.thanos.<cmd>.objstore.config);
declared in: nixos/modules/services/monitoring/thanos.nixView source on NixOS/nixpkgs →