Skip to content

Commit

Permalink
Remove quote from replica label. (#8075)
Browse files Browse the repository at this point in the history
Signed-off-by: Marta <[email protected]>
  • Loading branch information
martafolf authored Feb 18, 2025
1 parent 6fa81f7 commit 71bbafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/compact.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ external_labels: {cluster="us1", replica="1", receive="true", environment="produ
external_labels: {cluster="us1", replica="1", receive="true", environment="staging"}
```

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

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

0 comments on commit 71bbafb

Please sign in to comment.