Skip to content

Commit b2af4e9

Browse files
committedNov 17, 2017
nixos/prometheus: Correct documentation for external_labels
As description is literal XML, I need to escape < and > by hand.
1 parent 1ce8f38 commit b2af4e9

File tree

1 file changed

+1
-1
lines changed
  • nixos/modules/services/monitoring/prometheus

1 file changed

+1
-1
lines changed
 

‎nixos/modules/services/monitoring/prometheus/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ let
126126
127127
If honor_labels is set to "false", label conflicts are
128128
resolved by renaming conflicting labels in the scraped data
129-
to "exported_<original-label>" (for example
129+
to "exported_&lt;original-label&gt;" (for example
130130
"exported_instance", "exported_job") and then attaching
131131
server-side labels. This is useful for use cases such as
132132
federation, where all labels specified in the target should

0 commit comments

Comments
 (0)
Please sign in to comment.