Removed unsupported encodings from docs (#1432)

* Removed unsupported encodings from docs

Signed-off-by: Joe Elliott <number101010@gmail.com>

* Also removed none

Signed-off-by: Joe Elliott <number101010@gmail.com>
pull/1433/head
Joe Elliott 6 years ago committed by GitHub
parent 93b85f92fa
commit 4f488e7dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/configuration/README.md

@ -278,7 +278,7 @@ The `ingester_config` block configures Ingesters.
# A non zero value will create chunks with a variable number of blocks to meet the target size.
[chunk_target_size: <int> | default = 0]
# The compression algorithm to use for chunks. (supported: gzip, gzip-1, lz4, none, snappy, snappyv2)
# The compression algorithm to use for chunks. (supported: gzip, lz4, snappy)
# You should choose your algorithm depending on your need:
# - `gzip` highest compression ratio but also slowest decompression speed. (144 kB per chunk)
# - `lz4` fastest compression speed (188 kB per chunk)

Loading…
Cancel
Save