Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump opentelemetry contrib to compatible version #369

Closed
wants to merge 1 commit into from

Conversation

odsod
Copy link
Member

@odsod odsod commented Dec 28, 2022

To fix breaking change in metric SDK.

@odsod odsod requested a review from ericwenn as a code owner December 28, 2022 12:04
@ericwenn
Copy link
Member

Does this version include the metrics from otelgrpc? In that case we should remove our own implementation in this library.

@ericwenn
Copy link
Member

v0.37.0 of contrib includes this commit for otelgrpc open-telemetry/opentelemetry-go-contrib@04c5dcb where rpc.server.duration is collected by the interceptor.

To prevent double collection of this metric, we should stop collecting it here https://github.com/einride/cloudrunner-go/blob/master/cloudmonitoring/metricmiddleware.go#L24

@Edholm
Copy link
Member

Edholm commented Feb 7, 2023

@odsod this one is fixed by #382. You can safely close this :)

@odsod odsod closed this Feb 7, 2023
@odsod odsod deleted the fix-ot-deps branch February 7, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants