From cd3cd72e86f72e99986c250114a3324a70b83561 Mon Sep 17 00:00:00 2001 From: Said Sef <6002187+saidsef@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:24:14 +0100 Subject: [PATCH] Updated tempo configuration and set block version to vParquet2 (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to the dedicated span duration column, there is a performance gain for TraceQL queries containing duration. vParquet2 will also be a prerequisite for TraceQL’s structural operators, which will be introduced in a future release. --- deployment/tempo/tempo-cm.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/tempo/tempo-cm.yml b/deployment/tempo/tempo-cm.yml index 17f0840..8319c0d 100644 --- a/deployment/tempo/tempo-cm.yml +++ b/deployment/tempo/tempo-cm.yml @@ -46,7 +46,9 @@ data: trace: backend: local block: - version: vParquet + # There vParquet2 is a performance gain for TraceQL queries containing duration. it will also be a prerequisite for TraceQL structural operators + # For full details: https://github.com/grafana/tempo/pull/2244 + version: vParquet2 v2_encoding: zstd local: path: /var/tempo/traces