prometheus service: globalConfig.labels is obsolete

Due to the version bump in e60c958811.
This commit is contained in:
Franz Pletz 2017-06-26 21:54:54 +02:00
parent b8bfc8dae2
commit 271d3f7a43
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -66,15 +66,6 @@ let
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.
'';
};
};
};