grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
23.51k stars 3.4k forks source link

refactor: Remove unnecessary spanlogger usage #13255

Closed DylanGuedes closed 3 months ago

DylanGuedes commented 3 months ago

What this PR does / why we need it: Historically, we've been using spanlogger to enrich our spans. That isn't the right usage for it (as of now), as they'll be emitting log lines. Our current usage is causing:

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Checklist