Move scraper error outside of phase1 stable packages#2580
Merged
bogdandrutu merged 3 commits intoopen-telemetry:mainfrom Mar 8, 2021
Merged
Move scraper error outside of phase1 stable packages#2580bogdandrutu merged 3 commits intoopen-telemetry:mainfrom
bogdandrutu merged 3 commits intoopen-telemetry:mainfrom
Conversation
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
e67eb52 to
a56f286
Compare
Codecov Report
@@ Coverage Diff @@
## main #2580 +/- ##
=======================================
Coverage 92.03% 92.03%
=======================================
Files 273 273
Lines 15446 15446
=======================================
Hits 14215 14215
Misses 849 849
Partials 382 382
Continue to review full report at Codecov.
|
Member
tigrannajaryan
left a comment
There was a problem hiding this comment.
What's the idea here? Remove all unstable types from packages that we plan to declare stable?
Member
Author
|
@tigrannajaryan indeed I want all the packages that we plan to mark stable to have only stable code |
tigrannajaryan
approved these changes
Mar 5, 2021
This was referenced Mar 11, 2021
This was referenced Mar 15, 2021
Troels51
pushed a commit
to Troels51/opentelemetry-collector
that referenced
this pull request
Jul 5, 2024
* Contributes to open-telemetry#2572 * Restored support for __builtin_expect() * Typo
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.
Remove all unstable types from packages that we plan to declare stable.
Updates #2476
Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com