Loading nixos/modules/services/monitoring/thanos.nix +5 −6 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ let 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> ''; }; }; Loading @@ -147,7 +147,7 @@ let 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> ''; }; }; Loading Loading @@ -195,7 +195,7 @@ let 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> ''; }; }; Loading @@ -212,7 +212,7 @@ let 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> ''; }; }; Loading Loading @@ -718,8 +718,7 @@ in { 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"; }; }; Loading Loading
nixos/modules/services/monitoring/thanos.nix +5 −6 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ let 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> ''; }; }; Loading @@ -147,7 +147,7 @@ let 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> ''; }; }; Loading Loading @@ -195,7 +195,7 @@ let 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> ''; }; }; Loading @@ -212,7 +212,7 @@ let 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> ''; }; }; Loading Loading @@ -718,8 +718,7 @@ in { 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"; }; }; Loading