Redis instrumentation ASP.NET Core suppress logs from Activity
Currently using Redis instrumentation
otel.WithTracing(tracing => tracing.AddRedisInstrumentation("name", connection, null))
in Program.cs
to get traces and it works, but for each activity recorded four trace/log messages are written. The same goes for SEQ and Application Insights (using AzureMonitor distro)
Redis instrumentation ASP.NET Core suppress logs from Activity
Currently using Redis instrumentation
otel.WithTracing(tracing => tracing.AddRedisInstrumentation("name", connection, null))
in Program.cs
to get traces and it works, but for each activity recorded four trace/log messages are written. The same goes for SEQ and Application Insights (using AzureMonitor distro)