-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
area/otelchangelog:breaking-changeChange that is breaking public APIs or established behaviorChange that is breaking public APIs or established behaviorgood first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement
Description
In #6023 we changed http/grpc servers in the query service to be configured via OTEL config structs, but we still have a custom implementation for creating the servers. We should fully switch to OTEL's implementations. This will be another breaking change because in OTEL the servers cannot share the same port, which is today supported in the query service via cmux.
Metadata
Metadata
Assignees
Labels
area/otelchangelog:breaking-changeChange that is breaking public APIs or established behaviorChange that is breaking public APIs or established behaviorgood first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement
Type
Projects
Status
Done