-
Notifications
You must be signed in to change notification settings - Fork 22
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
Port remove operator #273
Port remove operator #273
Conversation
Codecov Report
@@ Coverage Diff @@
## master #273 +/- ##
==========================================
- Coverage 70.56% 70.46% -0.10%
==========================================
Files 112 113 +1
Lines 5961 5978 +17
==========================================
+ Hits 4206 4212 +6
- Misses 1307 1319 +12
+ Partials 448 447 -1
Continue to review full report at Codecov.
|
|
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.
Needs to be added to init_common.go
|
Description of Changes
Ported the remove operator from the decomposition of the restructure operator discussed here: OpenTelementry#68.
Please check that the PR fulfills these requirements