nixos/thanos: fix documentation

Changed files
+5 -6
nixos
modules
services
monitoring
+5 -6
nixos/modules/services/monitoring/thanos.nix
···
description = lib.mdDoc ''
Path to YAML file that contains tracing configuration.
-
See format details: <https://thanos.io/tracing.md/#configuration>
+
See format details: <https://thanos.io/tip/thanos/tracing.md/#configuration>
'';
};
};
···
If {option}`tracing.config-file` is set this option has no effect.
-
See format details: <https://thanos.io/tracing.md/#configuration>
+
See format details: <https://thanos.io/tip/thanos/tracing.md/#configuration>
'';
};
};
···
description = lib.mdDoc ''
Path to YAML file that contains object store configuration.
-
See format details: <https://thanos.io/storage.md/#configuration>
+
See format details: <https://thanos.io/tip/thanos/storage.md/#configuring-access-to-object-storage>
'';
};
};
···
If {option}`objstore.config-file` is set this option has no effect.
-
See format details: <https://thanos.io/storage.md/#configuration>
+
See format details: <https://thanos.io/tip/thanos/storage.md/#configuring-access-to-object-storage>
'';
};
};
···
receive = paramsToOptions params.receive // {
enable = mkEnableOption
-
(lib.mdDoc ("the Thanos receiver which accept Prometheus remote write API requests " +
-
"and write to local tsdb (EXPERIMENTAL, this may change drastically without notice)"));
+
(lib.mdDoc ("the Thanos receiver which accept Prometheus remote write API requests and write to local tsdb"));
arguments = mkArgumentsOption "receive";
};
};