juliuskoval / NLog.Targets.OpenTelemetryProtocol

1 stars 4 forks source link

Merged OtlpTargetLightweight back into OtlpTarget #7

Closed snakefoot closed 5 months ago

snakefoot commented 5 months ago

Followup to #6 - Moving the "light" optimizations into OtlpTarget (Skips Dictionary-allocation when possible)

Thank you for higlighting that RenderValue fails to make use of the reusable Target-StringBuilder. This should be fixed in NLog-core.