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] add profiles support to connector receiver builder #10956

Merged
merged 10 commits into from
Aug 30, 2024

Conversation

dmathieu
Copy link
Member

@dmathieu dmathieu commented Aug 23, 2024

Description

This allows building profiles in the connector builder.
As this is only changing internal modules, I am marking it as chore (and skipping changelog entry).

Link to tracking issue

#10375

cc @mx-psi

Copy link

codecov bot commented Aug 23, 2024

Codecov Report

Attention: Patch coverage is 97.80220% with 2 lines in your changes missing coverage. Please review.

Project coverage is 92.07%. Comparing base (f641f23) to head (aa26958).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
connector/connectortest/connector.go 85.71% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10956      +/-   ##
==========================================
+ Coverage   91.80%   92.07%   +0.26%     
==========================================
  Files         412      412              
  Lines       19357    19448      +91     
==========================================
+ Hits        17770    17906     +136     
+ Misses       1224     1173      -51     
- Partials      363      369       +6     

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

@dmathieu dmathieu marked this pull request as ready for review August 23, 2024 10:21
@dmathieu dmathieu requested review from a team and codeboten August 23, 2024 10:21
@dmathieu dmathieu changed the title [chore] connector receiver builder [chore] add profiles support to connector receiver builder Aug 26, 2024
@mx-psi mx-psi added this to the Profiling support milestone Aug 26, 2024
@dmathieu dmathieu force-pushed the connector-receiver-builder branch 2 times, most recently from 837cb4f to 37f7614 Compare August 29, 2024 09:24
@mx-psi mx-psi merged commit 32171d2 into open-telemetry:main Aug 30, 2024
49 checks passed
@dmathieu dmathieu deleted the connector-receiver-builder branch August 30, 2024 07:40
mx-psi added a commit that referenced this pull request Sep 3, 2024
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Follows #10956, needed for
open-telemetry/opentelemetry-collector-contrib#34956

Before #10956, the `connectorprofiles` main packages was named
`connector`, so this was causing a conflict with the actual `connector`
module. This is not a problem in core because of the `replace`s, but it
is a problem in contrib.
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.

2 participants