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

otelgrpc: Fix stats handlers to honor WithMessageEvents option #4536

Conversation

fatsheep9146
Copy link
Contributor

fix #4533

Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
Signed-off-by: Ziqi Zhao <zhaoziqi9146@gmail.com>
@fatsheep9146 fatsheep9146 changed the title otelgrpc statshandler withmessageevents otelgrpc stats.Handler honors withMessageEvents Nov 7, 2023
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #4536 (255b688) into main (f6aeb0d) will increase coverage by 0.0%.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #4536   +/-   ##
=====================================
  Coverage   80.8%   80.8%           
=====================================
  Files        150     150           
  Lines      10367   10371    +4     
=====================================
+ Hits        8383    8387    +4     
  Misses      1840    1840           
  Partials     144     144           
Files Coverage Δ
...n/google.golang.org/grpc/otelgrpc/stats_handler.go 88.8% <100.0%> (+0.3%) ⬆️

@pellared pellared changed the title otelgrpc stats.Handler honors withMessageEvents otelgrpc: Fix stats handlers to honor WithMessageEvents option Nov 7, 2023
@pellared pellared merged commit 2b69029 into open-telemetry:main Nov 8, 2023
22 checks passed
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.

otelgrpc: Stats handlers do not honor WithMessageEvents option
3 participants