Skip to content

Commit

Permalink
fix doc error
Browse files Browse the repository at this point in the history
Signed-off-by: shuaizhang <[email protected]>
  • Loading branch information
shuaizhang committed Nov 12, 2019
1 parent 0bba37c commit 61afd00
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/components/compact.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ Flags:
metadata from object storage.
--compact.concurrency=1 Number of goroutines to use when compacting
groups.
--enable-dedup Enable dedup function, but effect depends on
'dedup.replica-label' config
--dedup.replica-label=DEDUP.REPLICA-LABEL
Label to treat as a replica indicator along which
data is deduplicated.
--selector.relabel-config-file=<file-path>
Path to YAML file that contains relabeling
configuration that allows selecting blocks. It
Expand All @@ -135,9 +140,5 @@ Flags:
selecting blocks. It follows native Prometheus
relabel-config syntax. See format details:
https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
--enable-dedup Enable dedup function, but effect depends on
'dedup.replica-label' config
--dedup.replica-label=DEDUP.REPLICA-LABEL
Label to treat as a replica indicator along which
data is deduplicated.
```

0 comments on commit 61afd00

Please sign in to comment.