DevProJSSV

Results 2 issues of DevProJSSV

Hello team, I am trying to find a way to format otlp logs when using the opentelemetry sink : ``` Log.Logger = new LoggerConfiguration() .WriteTo.OpenTelemetry(options => { options.Endpoint = "http://127.0.0.1:4317";...

enhancement

Hello community, I am trying to understand what is missing for my configuration in the open telemetry collector. I have been trying to find some examples of otlp receiver usage...