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

[confighttp] Deprecate HTTPServerSettings, use HTTPServerConfig instead #9405

Merged

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Jan 26, 2024

Description:
Deprecate HTTPServerSettings, use HTTPServerConfig instead

Link to tracking Issue:
#6767

Copy link

codecov bot commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9082cb1) 90.23% compared to head (16af598) 90.23%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9405   +/-   ##
=======================================
  Coverage   90.23%   90.23%           
=======================================
  Files         345      345           
  Lines       18019    18019           
=======================================
  Hits        16260    16260           
  Misses       1431     1431           
  Partials      328      328           

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

@dmitryax dmitryax merged commit 8b95295 into open-telemetry:main Jan 26, 2024
32 checks passed
@github-actions github-actions bot added this to the next release milestone Jan 26, 2024
@@ -22,7 +22,7 @@ const (
)

type HTTPConfig struct {
*confighttp.HTTPServerSettings `mapstructure:",squash"`
*confighttp.HTTPServerConfig `mapstructure:",squash"`
Copy link
Member

Choose a reason for hiding this comment

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

@atoulme this is also a breaking change. Can you please add a changelog entry?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added with new PR here: #9418

@atoulme atoulme deleted the httpserversettings_httpserverconfig branch January 29, 2024 21:59
bogdandrutu pushed a commit that referenced this pull request Jan 30, 2024
…g for otlpreceiver Config (#9418)

**Description:** 
add missing changelog for HTTPServerSettings->HTTPServerConfig for
otlpreceiver Config

**Link to tracking Issue:**

#9405 (comment)

---------

Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
Co-authored-by: Alex Boten <aboten@lightstep.com>
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

3 participants