chore(deps): bump grafana/tempo to v2.1.1 (#270)

This commit is contained in:
Julian Tölle 2023-05-07 01:47:49 +02:00 committed by GitHub
parent 02954753fd
commit e505b752de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View file

@ -173,7 +173,7 @@ services:
tempo: tempo:
profiles: ["observability"] profiles: ["observability"]
image: grafana/tempo:main-53d34ee-amd64 image: grafana/tempo:2.1.1
command: ["-config.file=/etc/tempo.yaml"] command: ["-config.file=/etc/tempo.yaml"]
volumes: volumes:
- ./observability/tempo/tempo.yaml:/etc/tempo.yaml - ./observability/tempo/tempo.yaml:/etc/tempo.yaml

View file

@ -24,16 +24,10 @@ storage:
backend: local # backend configuration to use backend: local # backend configuration to use
block: block:
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
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
wal: wal:
path: /tmp/tempo/wal # where to store the the wal locally path: /tmp/tempo/wal # where to store the the wal locally
encoding: none # wal encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd
local: local:
path: /tmp/tempo/blocks path: /tmp/tempo/blocks
pool: pool:
max_workers: 100 # the worker pool mainly drives querying, but is also used for polling the blocklist max_workers: 100 # the worker pool mainly drives querying, but is also used for polling the blocklist
queue_depth: 10000 queue_depth: 10000
# Enable search functionality
search_enabled: true