OpenTelemetry trace error occurred. cannot send span to the batch span processor because the channel is full
You must log in or register to comment.
If you don’t know what OpenTelemetry is but you’re having OpenTelemetry errors in your logs, it likely means that you have an
opentelemetry_url
set in your config when you shouldn’t. You can get rid of the error by deleting that line, which will disable opentelemetry exportsThank you.