Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: migrate from home-rolled to standard gRPC middleware #683

Merged
merged 1 commit into from
Aug 3, 2024

Conversation

odsod
Copy link
Member

@odsod odsod commented Aug 3, 2024

The home-rolled middleware was introduced before the standard
otelgrpc.NewClientHandler() and otelgrpc.NewServerHandler() were
available.

The standard middleware measures the same things as the home-rolled one
(request count and request duration) and a few other metrics
(such as request/response size histograms).

The home-rolled middleware was introduced before the standard
`otelgrpc.NewClientHandler()` and `otelgrpc.NewServerHandler()` were
available.

The standard middleware measures the same things as the home-rolled one
(request count and request duration) and a few other metrics
(such as request/response size histograms).
@odsod odsod requested a review from a team as a code owner August 3, 2024 09:04
Copy link
Contributor

@alethenorio alethenorio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome

@odsod odsod merged commit 815bcba into master Aug 3, 2024
1 check passed
@odsod odsod deleted the otelgrpc-standard branch August 3, 2024 09:13
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants