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(metrics): bump opentelemetry dependencies #382

Merged
merged 2 commits into from Feb 7, 2023
Merged

Conversation

Edholm
Copy link
Member

@Edholm Edholm commented Feb 6, 2023

These contain a breaking change we had to account for and it is usually best to bump them together.

The pubsub message was updated due to the old being deprecated. This is the new recommended proto to use.

We also remove the server.rpc.duration metric due to it now being included in the otelgrpc opentelemetry contrib package. A side effect of this is that we loose the status code attr.

Status on this metric can be tracked here

These contain a breaking change we had to account for and it is usually
best to bump them together.
@Edholm Edholm added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@Edholm
Copy link
Member Author

Edholm commented Feb 6, 2023

Is your comment here still relevant @ericwenn ?
#369

This metric is now included in the otelgrpc opentelemetry contrib
package. A side effect of this is that we loose the status code attr.

Status on this can be tracked here:
open-telemetry/opentelemetry-go-contrib#2840
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants