-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[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
Conversation
67c43ee
to
3d754bb
Compare
3d754bb
to
d8a565f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
605011a
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 |
Sorry, I went to have lunch while fixing this. open-telemetry/opentelemetry-collector-contrib/pull/40455 is the PR we need |
<!--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
Description
Renames
TLSSetting
fields toTLS
. The name is a historical artifact since theconfigtls
hadSetting
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.