Skip to content
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

[chore] Move back processor definitions, make profile embed processor #11286

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

bogdandrutu
Copy link
Member

Same as #11254 but for processor

@bogdandrutu bogdandrutu requested a review from a team as a code owner September 27, 2024 16:03
@bogdandrutu bogdandrutu added the release:blocker The issue must be resolved before cutting the next release label Sep 27, 2024
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

Attention: Patch coverage is 81.48148% with 15 lines in your changes missing coverage. Please review.

Project coverage is 91.48%. Comparing base (431fd11) to head (ee1ce1b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
processor/processorprofiles/processor.go 60.00% 13 Missing and 1 partial ⚠️
processor/processor.go 97.56% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11286      +/-   ##
==========================================
- Coverage   91.52%   91.48%   -0.05%     
==========================================
  Files         424      423       -1     
  Lines       20222    20239      +17     
==========================================
+ Hits        18509    18516       +7     
- Misses       1329     1339      +10     
  Partials      384      384              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

processor.WithLogs(createProcessorLogs, component.StabilityLevelDeprecated),
processorprofiles.WithTraces(createProcessorTraces, component.StabilityLevelDevelopment),
processorprofiles.WithMetrics(createProcessorMetrics, component.StabilityLevelAlpha),
processorprofiles.WithLogs(createProcessorLogs, component.StabilityLevelDeprecated),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should rename processorprofiles to something like expprocessor without waiting for another new signal

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can do that later, since is experimental.

@bogdandrutu bogdandrutu merged commit 632461f into open-telemetry:main Sep 27, 2024
48 of 49 checks passed
@bogdandrutu bogdandrutu deleted the move-back-processor branch September 27, 2024 18:08
@github-actions github-actions bot added this to the next release milestone Sep 27, 2024
jackgopack4 pushed a commit to jackgopack4/opentelemetry-collector that referenced this pull request Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:blocker The issue must be resolved before cutting the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants