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

Allow configurable request logger in Store Gateway #7367

Merged
merged 8 commits into from
May 17, 2024

Conversation

yeya24
Copy link
Contributor

@yeya24 yeya24 commented May 16, 2024

  • I added CHANGELOG entry for this change.
  • Change is not relevant to the end user.

Follow up of #7356

Changes

Now Store Gateway internal logs don't contain any information about context information such as request ID because it is using either the instance level logger or block level logger.

This PR adds a hook RequestLoggerFunc so that downstream projects can configure how to initialize the request time logger. For example, different projects have different ways to propagate request ID, like Cortex.

Verification

Tested locally.

saswatamcode
saswatamcode previously approved these changes May 17, 2024
pkg/store/bucket.go Outdated Show resolved Hide resolved
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
Signed-off-by: Ben Ye <benye@amazon.com>
@yeya24
Copy link
Contributor Author

yeya24 commented May 17, 2024

Thanks. Merging now

@yeya24 yeya24 merged commit 9e6cbd9 into thanos-io:main May 17, 2024
20 checks passed
@yeya24 yeya24 deleted the request-logger-sg branch May 17, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants