Skip to content

Commit

Permalink
Use same queries in BackendBlockTraceQL
Browse files Browse the repository at this point in the history
Use the same queries in vp3 and vp4
  • Loading branch information
stoewer committed May 6, 2024
1 parent 393b2a7 commit 8c71ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tempodb/encoding/vparquet4/block_traceql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ func BenchmarkBackendBlockTraceQL(b *testing.B) {
{"struct", "{ resource.service.name != `loki-querier` } >> { resource.service.name = `loki-gateway` && status = error }"},
{"||", "{ resource.service.name = `loki-querier` } || { resource.service.name = `loki-gateway` }"},
{"mixed", `{resource.namespace!="" && resource.service.name="cortex-gateway" && duration>50ms && resource.cluster=~"prod.*"}`},
{"complex", `{resource.cluster=~"prod.*" && resource.namespace = "tempo-prod" && resource.container="query-frontend" && name = "HTTP GET - tempo_api_v2_search_tags" && span.http.status_code = 200 && duration > 1s}`},
}

ctx := context.TODO()
Expand Down

0 comments on commit 8c71ae5

Please sign in to comment.