79456838

Date: 2025-02-21 09:14:42
Score: 1
Natty:
Report link

I was struggling with the same error and I couldn't find issue in my .NET Web API with Open Telemetry. This problem was really strange for me, since I've not implemented anything custom regarding logging. I was only using Nuget packages for OpenTelemetry and the problem was occuring.

The root cause of this problem is explained by this answer: https://github.com/open-telemetry/opentelemetry-dotnet/issues/6138#issuecomment-2665815098

According to this, downgrade of OpenTelemetry Nuget Packages form 1.11 to 1.10 resolves the problem at this moment.

Of course it will be fixed in the future - see related GitHub issues.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kynes