summary refs log tree commit diff
path: root/nixos/modules/services/monitoring
diff options
context:
space:
mode:
authorOliver Charles <ollie@ocharles.org.uk>2017-11-17 10:58:11 +0000
committerOliver Charles <ollie@ocharles.org.uk>2017-11-17 11:06:03 +0000
commit560400773cdc9a312b1680364563979f2166064d (patch)
treeecaeb4be78c71fcac1b86838be6dbb79b45f0172 /nixos/modules/services/monitoring
parentceed4b2d1217b568113ba951b302e72130287f66 (diff)
downloadnixlib-560400773cdc9a312b1680364563979f2166064d.tar
nixlib-560400773cdc9a312b1680364563979f2166064d.tar.gz
nixlib-560400773cdc9a312b1680364563979f2166064d.tar.bz2
nixlib-560400773cdc9a312b1680364563979f2166064d.tar.lz
nixlib-560400773cdc9a312b1680364563979f2166064d.tar.xz
nixlib-560400773cdc9a312b1680364563979f2166064d.tar.zst
nixlib-560400773cdc9a312b1680364563979f2166064d.zip
nixos/prometheus: Correct documentation for external_labels
As description is literal XML, I need to escape < and > by hand.
Diffstat (limited to 'nixos/modules/services/monitoring')
-rw-r--r--nixos/modules/services/monitoring/prometheus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/prometheus/default.nix b/nixos/modules/services/monitoring/prometheus/default.nix
index 85f39c2a43b5..80122e69d167 100644
--- a/nixos/modules/services/monitoring/prometheus/default.nix
+++ b/nixos/modules/services/monitoring/prometheus/default.nix
@@ -126,7 +126,7 @@ let
 
           If honor_labels is set to "false", label conflicts are
           resolved by renaming conflicting labels in the scraped data
-          to "exported_<original-label>" (for example
+          to "exported_&lt;original-label&gt;" (for example
           "exported_instance", "exported_job") and then attaching
           server-side labels. This is useful for use cases such as
           federation, where all labels specified in the target should