this post was submitted on 02 Feb 2022
1 points (100.0% liked)
Lemmy Support
4753 readers
4 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.