Skip to content

Commit 1b2662b

Browse files
authored
Fix labeldrop p8s docs in readme (#2580)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent ca0b949 commit 1b2662b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ spec:
573573
metric_relabel_configs:
574574
- action: labeldrop
575575
regex: (id|name)
576-
replacement: $$1
577576
- action: labelmap
578577
regex: label_(.+)
579578
replacement: $$1
@@ -625,7 +624,6 @@ The OpenTelemetry Operator will also convert the Target Allocator's Prometheus c
625624
metric_relabel_configs:
626625
- action: labeldrop
627626
regex: (id|name)
628-
replacement: $1
629627
- action: labelmap
630628
regex: label_(.+)
631629
replacement: $1

0 commit comments

Comments
 (0)