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] clean up old references in docs #7637

Merged

Conversation

codeboten
Copy link
Contributor

This removes the remaining references to components living in the component module. Fixes #6578

This removes the remaining references to components living in the `component` module. Fixes open-telemetry#6578

Signed-off-by: Alex Boten <aboten@lightstep.com>
@codeboten codeboten requested review from a team and djaglowski May 8, 2023 16:39
Signed-off-by: Alex Boten <aboten@lightstep.com>
@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.02 🎉

Comparison is base (9f776d0) 91.23% compared to head (f644165) 91.25%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7637      +/-   ##
==========================================
+ Coverage   91.23%   91.25%   +0.02%     
==========================================
  Files         296      296              
  Lines       14473    14477       +4     
==========================================
+ Hits        13204    13211       +7     
+ Misses       1004     1002       -2     
+ Partials      265      264       -1     
Impacted Files Coverage Δ
exporter/exporterhelper/obsreport.go 94.91% <ø> (ø)
obsreport/obsreport_exporter.go 96.00% <ø> (ø)
obsreport/obsreport_processor.go 95.00% <ø> (ø)
obsreport/obsreport_receiver.go 98.28% <ø> (ø)
obsreport/obsreport_scraper.go 96.55% <ø> (ø)
processor/processorhelper/logs.go 90.00% <ø> (ø)
processor/processorhelper/metrics.go 90.00% <ø> (ø)
processor/processorhelper/traces.go 90.00% <ø> (ø)

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@codeboten codeboten merged commit db781bc into open-telemetry:main May 9, 2023
@codeboten codeboten deleted the codeboten/cleanup-references branch May 9, 2023 22:14
@github-actions github-actions bot added this to the next release milestone May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[component] Move [Receiver|Processor|Exporter|Extension] specific parts from component module
2 participants