Loading nixos/modules/services/monitoring/prometheus/exporters/zfs.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ in telemetryPath = mkOption { type = types.str; default = "/metrics"; description = '' description = lib.mdDoc '' Path under which to expose metrics. ''; }; Loading @@ -20,7 +20,7 @@ in pools = mkOption { type = with types; nullOr (listOf str); default = [ ]; description = '' description = lib.mdDoc '' Name of the pool(s) to collect, repeat for multiple pools (default: all pools). ''; }; Loading Loading
nixos/modules/services/monitoring/prometheus/exporters/zfs.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ in telemetryPath = mkOption { type = types.str; default = "/metrics"; description = '' description = lib.mdDoc '' Path under which to expose metrics. ''; }; Loading @@ -20,7 +20,7 @@ in pools = mkOption { type = with types; nullOr (listOf str); default = [ ]; description = '' description = lib.mdDoc '' Name of the pool(s) to collect, repeat for multiple pools (default: all pools). ''; }; Loading