summary refs log tree commit diff
path: root/nixos/modules/services/monitoring
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-06-26 21:54:54 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-06-27 01:53:03 +0200
commit271d3f7a432f60f6367ffcbf1096fed15b397fa5 (patch)
treecda95606642c743b69beea70e0572c875782aacb /nixos/modules/services/monitoring
parentb8bfc8dae29d1b5daf156916faabac77783fb3cc (diff)
downloadnixlib-271d3f7a432f60f6367ffcbf1096fed15b397fa5.tar
nixlib-271d3f7a432f60f6367ffcbf1096fed15b397fa5.tar.gz
nixlib-271d3f7a432f60f6367ffcbf1096fed15b397fa5.tar.bz2
nixlib-271d3f7a432f60f6367ffcbf1096fed15b397fa5.tar.lz
nixlib-271d3f7a432f60f6367ffcbf1096fed15b397fa5.tar.xz
nixlib-271d3f7a432f60f6367ffcbf1096fed15b397fa5.tar.zst
nixlib-271d3f7a432f60f6367ffcbf1096fed15b397fa5.zip
prometheus service: globalConfig.labels is obsolete
Due to the version bump in e60c958811186e46d9220cca8ce9700da174d9a1.
Diffstat (limited to 'nixos/modules/services/monitoring')
-rw-r--r--nixos/modules/services/monitoring/prometheus/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/default.nix b/nixos/modules/services/monitoring/prometheus/default.nix
index b9435c02b1de..c12b5f35dea3 100644
--- a/nixos/modules/services/monitoring/prometheus/default.nix
+++ b/nixos/modules/services/monitoring/prometheus/default.nix
@@ -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.
-        '';
-      };
     };
   };