-
Notifications
You must be signed in to change notification settings - Fork 794
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] Exporting logs with OtlpExporter and grpc not working. #6143
Comments
To make it your example working I need to change Results (same for .NET8 and .NET9):
Could you please prepare more detailed steps to reproduce? docker compose file could be beneficial to reproduce it. |
@Kielek Thanks a lot for responding quickly.
Sorry, These are my local setup method and need to change it accordingly. The output above shows from console exporter, which work fine for me as well with docker a image. These logs are not actually reaching the grpc receiver. The same code when I use it with 1.10.0 open telemetry SDK, it works fine and logs are reaching the grpc receiver. |
It is debug log from the collector with grpc receiver |
ok, it it a bit strange that this code works with 1.10.0 but not with 1.11.1. |
As you see, it is working with 1.11.1 for me. Can you share Minimal, Reproducible Example? |
@pravinpushkar This could be related to #6138. Can you validate this? |
Package
OpenTelemetry
Package Version
Runtime Version
8
Description
This seems still reproducible with 1.11.1.
Related issue - #6067
#6083
Steps to Reproduce
Here is samle code -
Expected Result
Logs successfully exported
Actual Result
Logs not able to get exported. No errors.
Additional Context
No response
The text was updated successfully, but these errors were encountered: