Skip to content

[confighttp,configgrpc] Rename TLSSetting to TLS #13115

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 2 commits into from
Jun 3, 2025

Conversation

mx-psi
Copy link
Member

@mx-psi mx-psi commented May 29, 2025

Description

Renames TLSSetting fields to TLS. The name is a historical artifact since the configtls had Setting in the name before. This is more consistent with the rest.

I think if we do this change we should do it alongside other changes to confighttp, to avoid breaking our users multiple times.

@mx-psi mx-psi force-pushed the mx-psi/tlssetting-to-tls branch from 3d754bb to d8a565f Compare May 29, 2025 11:15
Copy link

codecov bot commented May 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.24%. Comparing base (72878a1) to head (887c288).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13115   +/-   ##
=======================================
  Coverage   91.24%   91.24%           
=======================================
  Files         508      508           
  Lines       28682    28682           
=======================================
  Hits        26171    26171           
  Misses       1994     1994           
  Partials      517      517           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mx-psi mx-psi marked this pull request as ready for review May 29, 2025 11:34
@mx-psi mx-psi requested a review from a team as a code owner May 29, 2025 11:34
@mx-psi mx-psi requested a review from bogdandrutu May 29, 2025 11:34
@mx-psi mx-psi added this pull request to the merge queue Jun 2, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jun 2, 2025
@mx-psi mx-psi enabled auto-merge June 3, 2025 10:32
@mx-psi mx-psi added this pull request to the merge queue Jun 3, 2025
Merged via the queue into open-telemetry:main with commit 605011a Jun 3, 2025
44 of 56 checks passed
@mx-psi mx-psi deleted the mx-psi/tlssetting-to-tls branch June 3, 2025 11:20
@jackgopack4
Copy link
Contributor

jackgopack4 commented Jun 3, 2025

it seems like this broke many of the contrib tests, is this something that needs to be addressed in contrib components or can we add a fallback here?

nvm: I see this open-telemetry/opentelemetry-collector-contrib#40446

@mx-psi
Copy link
Member Author

mx-psi commented Jun 3, 2025

Sorry, I went to have lunch while fixing this. open-telemetry/opentelemetry-collector-contrib/pull/40455 is the PR we need

mx-psi added a commit to open-telemetry/opentelemetry-collector-contrib that referenced this pull request Jun 3, 2025
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Renames TLSSetting to TLS. Counterpart to
open-telemetry/opentelemetry-collector#13115
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants