mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 11:12:50 -06:00
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:
parent
1f2e9a544d
commit
2f0784186b
@ -43,7 +43,6 @@ storage:
|
|||||||
bloom_filter_false_positive: .05 # bloom filter false positive rate. lower values create larger filters but fewer false positives
|
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_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
|
v2_encoding: zstd # block encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2
|
||||||
version: vParquet
|
|
||||||
wal:
|
wal:
|
||||||
path: /tmp/tempo/wal # where to store the the wal locally
|
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
|
v2_encoding: snappy # wal encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2
|
||||||
|
Loading…
Reference in New Issue
Block a user