-
Notifications
You must be signed in to change notification settings - Fork 529
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 support for multi-tenant queries in streaming search #3262
Add support for multi-tenant queries in streaming search #3262
Conversation
7b61b6e
to
65c0fc7
Compare
f7516bb
to
6ed8107
Compare
b3369af
to
18ae136
Compare
18ae136
to
15a4207
Compare
@electron0zero What would you think about adding a query example to the TraceQL page to demonstrate this new capability? Are there any configuration options that need to be updated? |
@knylander-grafana It will be transperent to user querying data and should work for all queries, and doesn't add anything new in TraceQL.
this is a follow up on #3087, and we documented config option in that PR, no updates now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's go!
What this PR does:
Add multi-tenant query support in streaming search endpoints.
follow up on #3087
Which issue(s) this PR fixes:
Fixes #1858
Tasks
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]