···130130 description = lib.mdDoc ''
131131 Path to YAML file that contains tracing configuration.
132132133133- See format details: <https://thanos.io/tracing.md/#configuration>
133133+ See format details: <https://thanos.io/tip/thanos/tracing.md/#configuration>
134134 '';
135135 };
136136 };
···147147148148 If {option}`tracing.config-file` is set this option has no effect.
149149150150- See format details: <https://thanos.io/tracing.md/#configuration>
150150+ See format details: <https://thanos.io/tip/thanos/tracing.md/#configuration>
151151 '';
152152 };
153153 };
···195195 description = lib.mdDoc ''
196196 Path to YAML file that contains object store configuration.
197197198198- See format details: <https://thanos.io/storage.md/#configuration>
198198+ See format details: <https://thanos.io/tip/thanos/storage.md/#configuring-access-to-object-storage>
199199 '';
200200 };
201201 };
···212212213213 If {option}`objstore.config-file` is set this option has no effect.
214214215215- See format details: <https://thanos.io/storage.md/#configuration>
215215+ See format details: <https://thanos.io/tip/thanos/storage.md/#configuring-access-to-object-storage>
216216 '';
217217 };
218218 };
···718718719719 receive = paramsToOptions params.receive // {
720720 enable = mkEnableOption
721721- (lib.mdDoc ("the Thanos receiver which accept Prometheus remote write API requests " +
722722- "and write to local tsdb (EXPERIMENTAL, this may change drastically without notice)"));
721721+ (lib.mdDoc ("the Thanos receiver which accept Prometheus remote write API requests and write to local tsdb"));
723722 arguments = mkArgumentsOption "receive";
724723 };
725724 };