Skip to content

Commit

Permalink
Merge branch 'main' into http-otel
Browse files Browse the repository at this point in the history
  • Loading branch information
mahadzaryab1 authored Oct 25, 2024
2 parents a6d3fca + 9f4e8f7 commit eee8aad
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 @@ -83,7 +83,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 eee8aad

Please sign in to comment.