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

[bug] Logs not sent with .NET Framework in 1.11.0 #6066

Closed
romerod opened this issue Jan 16, 2025 · 2 comments
Closed

[bug] Logs not sent with .NET Framework in 1.11.0 #6066

romerod opened this issue Jan 16, 2025 · 2 comments
Labels
bug Something isn't working needs-triage New issues which have not been classified or triaged by a community member pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package

Comments

@romerod
Copy link

romerod commented Jan 16, 2025

Package

OpenTelemetry.Exporter.OpenTelemetryProtocol

Package Version

Package Name Version
OpenTelemetry.Exporter.OpenTelemetryProtocol 1.11.0
OpenTelemetry 1.11.0

Runtime Version

net72

Description

After updating project to use version 1.11 logs are not sent anymore to endpoint.

Steps to Reproduce

Build and Execute OltpTest.csproj no log is sent

Build and Execute OltpTest.1.11.csproj log is sent.

OltpTest.zip

Expected Result

Log being sent.

Actual Result

No log being sent

Additional Context

No response

@romerod romerod added bug Something isn't working needs-triage New issues which have not been classified or triaged by a community member labels Jan 16, 2025
@github-actions github-actions bot added the pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package label Jan 16, 2025
@romerod
Copy link
Author

romerod commented Jan 16, 2025

Same bug as #6067.
Tried using WinHttpHandler which supports HTTP/2 results in a System.Net.Http.HttpRequestException with BadRequest 400.
exporterOptions.HttpClientFactory = () => new HttpClient(new WinHttpHandler());

@romerod
Copy link
Author

romerod commented Jan 17, 2025

Closing as it's a duplicate of #6067

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage New issues which have not been classified or triaged by a community member pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
Projects
None yet
Development

No branches or pull requests

1 participant