prometheus service: globalConfig.labels is obsolete

Due to the version bump in e60c958811186e46d9220cca8ce9700da174d9a1.

Changed files
-9
nixos
modules
services
monitoring
prometheus
-9
nixos/modules/services/monitoring/prometheus/default.nix
···
How frequently to evaluate rules by default.
'';
};
-
-
labels = mkOption {
-
type = types.attrsOf types.str;
-
default = {};
-
description = ''
-
The labels to add to any timeseries that this Prometheus instance
-
scrapes.
-
'';
-
};
};
};