Skip to content

Commit

Permalink
suppression of useless values on tempo.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jplayout committed Feb 12, 2023
1 parent 093c645 commit a12b784
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/conf/tempo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ storage:
backend: local # backend configuration to use
block:
bloom_filter_false_positive: .05 # bloom filter false positive rate. lower values create larger filters but fewer false positives
index_downsample_bytes: 1000 # number of bytes per index record
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
encoding: snappy # wal encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2
local:
path: /tmp/tempo/blocks
pool:
Expand Down

0 comments on commit a12b784

Please sign in to comment.