Skip to content

Commit

Permalink
prometheus service: globalConfig.labels is obsolete
Browse files Browse the repository at this point in the history
Due to the version bump in e60c958.
  • Loading branch information
fpletz committed Jun 26, 2017
1 parent b8bfc8d commit 271d3f7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nixos/modules/services/monitoring/prometheus/default.nix
Expand Up @@ -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.
'';
};
};
};

Expand Down

0 comments on commit 271d3f7

Please sign in to comment.