From e505b752de5ef8d3f3ecdc78dab875c2887730b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sun, 7 May 2023 01:47:49 +0200 Subject: [PATCH] chore(deps): bump grafana/tempo to v2.1.1 (#270) --- docker-compose.yml | 2 +- observability/tempo/tempo.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index cdb1f11..cbf6862 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -173,7 +173,7 @@ services: tempo: profiles: ["observability"] - image: grafana/tempo:main-53d34ee-amd64 + image: grafana/tempo:2.1.1 command: ["-config.file=/etc/tempo.yaml"] volumes: - ./observability/tempo/tempo.yaml:/etc/tempo.yaml diff --git a/observability/tempo/tempo.yaml b/observability/tempo/tempo.yaml index c5a2598..587cc16 100644 --- a/observability/tempo/tempo.yaml +++ b/observability/tempo/tempo.yaml @@ -24,16 +24,10 @@ 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 wal: 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: path: /tmp/tempo/blocks pool: max_workers: 100 # the worker pool mainly drives querying, but is also used for polling the blocklist queue_depth: 10000 - -# Enable search functionality -search_enabled: true