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

Remove support for legacy otlp/http port #4916

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

bogdandrutu
Copy link
Member

Fixes: #4565

Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com

@bogdandrutu bogdandrutu requested review from a team and codeboten February 23, 2022 23:18
Fixes: open-telemetry#4565

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
@codecov
Copy link

codecov bot commented Feb 23, 2022

Codecov Report

Merging #4916 (ce6258b) into main (78e9640) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4916      +/-   ##
==========================================
+ Coverage   90.69%   90.74%   +0.05%     
==========================================
  Files         181      181              
  Lines       10616    10601      -15     
==========================================
- Hits         9628     9620       -8     
+ Misses        772      767       -5     
+ Partials      216      214       -2     
Impacted Files Coverage Δ
receiver/otlpreceiver/factory.go 87.50% <ø> (ø)
receiver/otlpreceiver/otlp.go 85.90% <ø> (+2.97%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78e9640...ce6258b. Read the comment docs.

Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

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

👍

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.

Have a way to disable the legacy HTTP endpoint
3 participants