feat: migrate otelgrpc to stats handlers and update dependencies#4895
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v2 #4895 +/- ##
==========================================
- Coverage 60.29% 60.27% -0.03%
==========================================
Files 136 136
Lines 13375 13373 -2
==========================================
- Hits 8065 8061 -4
- Misses 4629 4630 +1
- Partials 681 682 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
erka
force-pushed
the
rd/v2/inproc-stats
branch
from
October 15, 2025 09:47
80848db to
d6df69e
Compare
erka
force-pushed
the
rd/v2/inproc-stats
branch
from
October 15, 2025 21:52
3e60ce8 to
2667d91
Compare
Collaborator
|
thank you! id like to wait for this to get merged into the upstream instead of depending on a fork if possible |
erka
force-pushed
the
rd/v2/inproc-stats
branch
from
October 23, 2025 12:27
2667d91 to
35f86b5
Compare
erka
force-pushed
the
rd/v2/inproc-stats
branch
3 times, most recently
from
October 28, 2025 11:11
e4da2f2 to
d9d0986
Compare
Modernize OpenTelemetry gRPC instrumentation by migrating from deprecated interceptors to the newer stats handler API supported by grpchan. Signed-off-by: Roman Dmytrenko <[email protected]>
Signed-off-by: Roman Dmytrenko <[email protected]>
Signed-off-by: Roman Dmytrenko <[email protected]>
Signed-off-by: Roman Dmytrenko <[email protected]>
erka
force-pushed
the
rd/v2/inproc-stats
branch
from
October 29, 2025 15:55
d9d0986 to
9dc2109
Compare
markphelps
approved these changes
Oct 29, 2025
markphelps
left a comment
Collaborator
There was a problem hiding this comment.
awesome! thank you for taking this on
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Modernize OpenTelemetry gRPC instrumentation by migrating from deprecated
interceptors to the newer stats handler API supported by grpchan.