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

Add profiling labels to ingester's read path #8421

Closed
wants to merge 3 commits into from

Commits on Jun 19, 2024

  1. Add profiling labels to ingester's read path

    We're already adding the trace ID when the request is sampled, this
    would also add the method, userID and matchers of that read request.
    
    This should help debugging issues when ingesters are busy running heavy
    queries.
    
    Signed-off-by: Oleg Zaytsev <[email protected]>
    colega committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1a66c21 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: Oleg Zaytsev <[email protected]>
    colega committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    082ee44 View commit details
    Browse the repository at this point in the history
  3. Add labels to QueryStream

    Signed-off-by: Oleg Zaytsev <[email protected]>
    colega committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    30aff73 View commit details
    Browse the repository at this point in the history