LogRecord doesn't support any
type for body
#5724
Labels
bug
Something isn't working
logs
Logging signal related
pkg:OpenTelemetry
Issues related to OpenTelemetry NuGet package
spec-compliance
Issues related to compliance with the OpenTelemetry Specification
Milestone
The spec requires
LogRecord
to supportany
type:https://github.com/open-telemetry/opentelemetry-specification/blob/9182f113aebac38f592d283977a1e7bce8281929/specification/logs/data-model.md?plain=1#L414
However
LogRecord
in .NET allows to record string body onlyopentelemetry-dotnet/src/OpenTelemetry/Logs/LogRecord.cs
Line 251 in 4d254eb
The text was updated successfully, but these errors were encountered: