Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dskit and fix incorrect caller information on logs emitted with SpanLogger #9596

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

charleskorn
Copy link
Contributor

What this PR does

This PR upgrades dskit to include the following changes:

This PR also modifies Mimir's logging configuration to make use of the new SpanLogger-aware Caller implementation added in grafana/dskit#604. This fixes the issue where logs emitted with a SpanLogger have caller=spanlogger.go:xxx rather than the true caller.

I don't think these changes are worthy of a changelog entry given they are largely useful for engineers working on Mimir rather than operators or users of Mimir.

Which issue(s) this PR fixes or relates to

(none)

Checklist

  • [n/a] Tests updated.
  • [n/a] Documentation added.
  • [n/a] CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • [n/a] about-versioning.md updated with experimental features.

@charleskorn
Copy link
Contributor Author

Helm CI failure is due to the issues fixed in grafana/helm-charts#3357

@charleskorn charleskorn marked this pull request as ready for review October 13, 2024 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants