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

[confmap] Remove deprecated ResolverSettings fields #10173

Merged

Conversation

evan-bradley
Copy link
Contributor

Description

These fields were deprecated in v0.99.0 and aren't used in any upstream repositories.

These appear to still be used in downstream distributions. If we want to lengthen the deprecation period for these fields, I'll open a PR to instead set a timeline for their removal.

@evan-bradley evan-bradley requested a review from a team as a code owner May 17, 2024 18:52
@evan-bradley evan-bradley marked this pull request as draft May 17, 2024 19:00
evan-bradley added a commit to open-telemetry/opentelemetry-collector-contrib that referenced this pull request May 17, 2024
…3113)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->

`Providers` has been deprecated since v0.99.0.

Needed for
open-telemetry/opentelemetry-collector#10173.
@evan-bradley evan-bradley marked this pull request as ready for review May 17, 2024 20:10
}
converters := make([]Converter, len(set.ConverterFactories))
for i, factory := range set.ConverterFactories {
converters[i] = factory.Create(set.ConverterSettings)
Copy link
Member

Choose a reason for hiding this comment

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

Separate PR/issue. It would be great to have all public APIs like Create always accept context.Context as the first argument.

Copy link

linux-foundation-easycla bot commented May 20, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: evan-bradley / name: Evan Bradley (c991ebf)

Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.87%. Comparing base (e09b25f) to head (c991ebf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10173      +/-   ##
==========================================
- Coverage   91.89%   91.87%   -0.02%     
==========================================
  Files         356      356              
  Lines       16877    16865      -12     
==========================================
- Hits        15509    15495      -14     
- Misses       1030     1031       +1     
- Partials      338      339       +1     

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

@bogdandrutu bogdandrutu merged commit 91f13c3 into open-telemetry:main May 20, 2024
48 checks passed
@github-actions github-actions bot added this to the next release milestone May 20, 2024
codeboten pushed a commit that referenced this pull request May 21, 2024
andrzej-stencel pushed a commit to andrzej-stencel/opentelemetry-collector that referenced this pull request May 27, 2024
…0173)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

These fields were deprecated in v0.99.0 and aren't used in any upstream
repositories.

These appear to still be used in downstream distributions. If we want to
lengthen the deprecation period for these fields, I'll open a PR to
instead set a timeline for their removal.
andrzej-stencel pushed a commit to andrzej-stencel/opentelemetry-collector that referenced this pull request May 27, 2024
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.

None yet

5 participants