services.thanos.sidecar.objstore.config-file

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
<nixpkgs/nixos/modules/services/monitoring/thanos.nix>