mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-16 22:49:25 +03:00
prometheus service: globalConfig.labels is obsolete
Due to the version bump in e60c958811
.
This commit is contained in:
parent
b8bfc8dae2
commit
271d3f7a43
1 changed files with 0 additions and 9 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue