-
Notifications
You must be signed in to change notification settings - Fork 123
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: Correct recording values in opencensus measureMap in HeaderInterceptor #1726
Conversation
@KiranmayiB can you explain how does this change solve the issue we are seeing? |
|
@KiranmayiB is there any (manual) testing we can do for this (to simulate the bug and have the fix correct it)? |
@thiagotnunes I dont know how to. Locally running a module dependent on this is looking okay. It worked fine the last time too. I don't know how to simulate the bug yet. I will follow-up on the bug. |
@KiranmayiB @ansh0l any updates? |
@thiagotnunes: We shared the jar with the changes in this PR with the end user, and they confirmed that they're not facing the issue anymore. They're waiting for an official release to be available to use it. I think we can merge this PR. |
Sounds good, thanks for checking! |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.