Skip to content

Commit

Permalink
Revert "[fix][query] Correct query server legacy condition (jaegertra…
Browse files Browse the repository at this point in the history
…cing#6120)"

This reverts commit 9f4e8f7.
  • Loading branch information
yurishkuro committed Nov 2, 2024
1 parent b6f2782 commit b29e963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/query/app/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func NewServer(
}

var grpcServer *grpc.Server
if !separatePorts {
if separatePorts {
grpcServer, err = createGRPCServerLegacy(ctx, options, tm)
} else {
grpcServer, err = createGRPCServerOTEL(ctx, options, tm, telset)
Expand Down

0 comments on commit b29e963

Please # to comment.