forked from mirrors/nixpkgs
nixos/tests: unbreak prometheus test
Commit 271d3f7a43
("prometheus service: globalConfig.labels is obsolete")
removed globalConfig.labels. Update the test config accordingly.
This commit is contained in:
parent
cd52a3d53c
commit
774d05878a
|
@ -5,9 +5,6 @@ import ./make-test.nix {
|
|||
one = { config, pkgs, ... }: {
|
||||
services.prometheus = {
|
||||
enable = true;
|
||||
globalConfig = {
|
||||
labels = { foo = "bar"; };
|
||||
};
|
||||
scrapeConfigs = [{
|
||||
job_name = "prometheus";
|
||||
static_configs = [{
|
||||
|
|
Loading…
Reference in a new issue