-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Removed groupbytraceprocessor #1891
Removed groupbytraceprocessor #1891
Conversation
There are a couple of points that I would like to clarify before marking this as ready:
cc @tigrannajaryan, @chris-smith-zocdoc UPDATE:
|
Codecov Report
@@ Coverage Diff @@
## master #1891 +/- ##
==========================================
- Coverage 91.39% 91.28% -0.11%
==========================================
Files 284 278 -6
Lines 16740 16356 -384
==========================================
- Hits 15299 14931 -368
+ Misses 1009 1000 -9
+ Partials 432 425 -7
Continue to review full report at Codecov.
|
Let's wait until the processor is added to contrib and then we can remove from core. |
It should actually be the other way around: first it has to be removed from here, then I can update the collector dependency on -contrib to use the latest master. Otherwise, contrib will not start as two processors with the same name exist. I did try it locally here using the collector builder getting the collector from this PR and adding the processor from the -contrib PR (open-telemetry/opentelemetry-collector-contrib#1179) and can confirm that it works, but we do need to coordinate carefully the two merges. Given that we might have a release this week, I'd merge this after the next release. |
OK, let's merge after this week's release. |
Please fix the conflict. Core is released, we can merge. |
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
fed08a6
to
2dd5903
Compare
Done! |
@pjanotti, could you please review/merge this one? |
ping @pjanotti |
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.
LGTM
* Add semantic convention generator Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Update semantic conventions from generator Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Use existing internal/tools module Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Fix lint issues, more initialisms Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Update changelog Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * semconvgen: Faas->FaaS Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Fix a few more key names with replacements * Update replacements from PR feedback Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * rename commonInitialisms to capitalizations, move some capitalizations there Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Regenerate semantic conventions with updated capitalizations and replacements Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Generate semantic conventions from spec v1.3.0 Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Cleanup semconv generator util a bit Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * No need to put internal tooling additions in the CHANGELOG Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Fix HTTP semconv tests Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Add semconv generation notes to RELEASING.md Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Signed-off-by: Juraci Paixão Kröhling juraci@kroehling.de
Description:
Removed the groupbytrace processor, as a first step in moving it to the contrib repository.
Link to tracking Issue: None.
Testing: Manual sanity testing.
Documentation: None.