Skip to content

Commit

Permalink
Updated tempo configuration and set block version to vParquet2 (#37)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
saidsef authored Jul 27, 2023
1 parent 8833fb0 commit cd3cd72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/tempo/tempo-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd3cd72

Please sign in to comment.