Tempo: Minor update to fix Tempo dev env as new vParquet used (#84348)

* Minor update to fix Tempo dev env as new vParquet used

* Remove vParquet version
This commit is contained in:
Joey 2024-03-13 14:22:57 +00:00 committed by GitHub
parent 1f2e9a544d
commit 2f0784186b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,6 @@ storage:
bloom_filter_false_positive: .05 # bloom filter false positive rate. lower values create larger filters but fewer false positives
v2_index_downsample_bytes: 1000 # number of bytes per index record
v2_encoding: zstd # block encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2
version: vParquet
wal:
path: /tmp/tempo/wal # where to store the the wal locally
v2_encoding: snappy # wal encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2