-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Use default view if instrument does not match any pipeline view #3237
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3237 +/- ##
=====================================
Coverage 77.3% 77.3%
=====================================
Files 159 159
Lines 11182 11192 +10
=====================================
+ Hits 8647 8656 +9
Misses 2337 2337
- Partials 198 199 +1
|
3a0d895
to
3ab3eed
Compare
7b49c9e
to
aca054b
Compare
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀 just passing by
We should be able to remove this as well: https://github.com/open-telemetry/opentelemetry-go/blob/main/sdk/metric/config.go#L129-L131
This reverts commit b56efb0.
@paivagustavo I reverted b56efb0. It indeed corrected incorrect behavior, but our tests expected this behavior. The fix for the issue is included in #3251. I will make sure to handle the merge conflict by including the fix in the default view match based on whichever one is merged first. |
Fix #3224