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

HttpProtobuf doesn't work on dotNet Android project #5699

Open
dmitrevski opened this issue Jun 17, 2024 · 0 comments
Open

HttpProtobuf doesn't work on dotNet Android project #5699

dmitrevski opened this issue Jun 17, 2024 · 0 comments
Labels
bug Something isn't working pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package

Comments

@dmitrevski
Copy link

Package

OpenTelemetry

Package Version

Package Name Version
OpenTelemetry.Api 1.8.0
OpenTelemetry 1.8.0
TBD TBD

Runtime Version

net8.0

Description

I'm trying to use the open telemetry on the DotNet Android project to generate errors. When the HttpProtobuf protocol is used generated errors on the mobile side are not synced to the server. The same code works fine when the Grpc protocol is used.

I have attached a sample POC project to replicate the issue, errors are generated when you click on Generate Erorr button

Note: For OpenTelementry logs montiroing I'm using graphana stack
docker run -p 3000:3000 -p 4317:4317 -p 4318:4318 --rm -ti grafana/otel-lgtm

POC application OpenTelemetryApp.zip

Steps to Reproduce

Click on the Generate Error button in the mobile app

Expected Result

When the errors are generated they should be synced to the server when the HttpProtobuf protocol is used

Actual Result

Errors are not synced to the server

Additional Context

No response

@dmitrevski dmitrevski added the bug Something isn't working label Jun 17, 2024
@github-actions github-actions bot added the pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package label Jun 17, 2024
@vishweshbankwar vishweshbankwar added pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package and removed pkg:OpenTelemetry Issues related to OpenTelemetry NuGet package labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol Issues related to OpenTelemetry.Exporter.OpenTelemetryProtocol NuGet package
Projects
None yet
Development

No branches or pull requests

2 participants