Skip to content

Commit 71bbafb

Browse files
authored
Remove quote from replica label. (#8075)
Signed-off-by: Marta <[email protected]>
1 parent 6fa81f7 commit 71bbafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/compact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ external_labels: {cluster="us1", replica="1", receive="true", environment="produ
106106
external_labels: {cluster="us1", replica="1", receive="true", environment="staging"}
107107
```
108108

109-
and set `--deduplication.replica-label="replica"`, Compactor will assume those as:
109+
and set `--deduplication.replica-label=replica`, Compactor will assume those as:
110110

111111
```
112112
external_labels: {cluster="eu1", receive="true", environment="production"} (2 streams, resulted in one)

0 commit comments

Comments
 (0)