Skip to content

Add pipelines.Config to remove duplicate of the pipelines configuration #7854

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

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

bogdandrutu
Copy link
Member

@bogdandrutu bogdandrutu commented Jun 7, 2023

No description provided.

@bogdandrutu bogdandrutu requested review from a team and codeboten June 7, 2023 23:23
@bogdandrutu bogdandrutu force-pushed the pipelinesconfig branch 7 times, most recently from e6f9701 to 58c4529 Compare June 8, 2023 00:21
@codecov
Copy link

codecov bot commented Jun 8, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.05 🎉

Comparison is base (2a7c92e) 91.07% compared to head (8928fdb) 91.12%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7854      +/-   ##
==========================================
+ Coverage   91.07%   91.12%   +0.05%     
==========================================
  Files         297      298       +1     
  Lines       14895    14892       -3     
==========================================
+ Hits        13565    13570       +5     
+ Misses       1052     1046       -6     
+ Partials      278      276       -2     
Impacted Files Coverage Δ
service/internal/graph/graph.go 98.68% <ø> (ø)
otelcol/config.go 96.38% <100.00%> (ø)
service/config.go 100.00% <100.00%> (ø)
service/pipelines/config.go 100.00% <100.00%> (ø)
service/service.go 76.07% <100.00%> (-1.12%) ⬇️

... and 1 file 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.

return fmt.Errorf("references processor %q multiple times", ref)
}
procSet[ref] = struct{}{}
fmt.Printf("service::telemetry config validation failed: %v\n", err)
Copy link
Contributor

Choose a reason for hiding this comment

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

this should return fmt.Errorf()

Copy link
Member Author

Choose a reason for hiding this comment

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

I want to do it in a separate PR, since it changes previous behavior.

@bogdandrutu bogdandrutu merged commit 9c71935 into open-telemetry:main Jun 9, 2023
@bogdandrutu bogdandrutu deleted the pipelinesconfig branch June 9, 2023 19:29
@github-actions github-actions bot added this to the next release milestone Jun 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.

2 participants