prometheus service: globalConfig.labels is obsolete
Due to the version bump in e60c958811
.
This commit is contained in:
parent
b8bfc8dae2
commit
271d3f7a43
|
@ -66,15 +66,6 @@ let
|
||||||
How frequently to evaluate rules by default.
|
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.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue