Add support for multi-tenant queries - #3087
Merged
Merged
Conversation
electron0zero
force-pushed
the
add_federation
branch
from
October 31, 2023 09:14
309763b to
d8ea7a7
Compare
mdisibio
reviewed
Nov 2, 2023
Contributor
|
@electron0zero We have some doc for multi-tenant stuff in GET, if this is similar to federation frontend and cross-tenant query. Happy to point you to that content. We just updated it. |
electron0zero
force-pushed
the
add_federation
branch
from
November 8, 2023 18:57
d8ea7a7 to
cb0cc4f
Compare
electron0zero
marked this pull request as ready for review
November 21, 2023 08:01
electron0zero
requested review from
annanay25,
ie-pham,
jdbaldry,
joe-elliott,
knylander-grafana,
mapno,
stoewer,
yvrhdn and
zalegrala
as code owners
November 21, 2023 08:01
mapno
reviewed
Dec 1, 2023
Member
Author
@knylander-grafana added docs https://github.com/grafana/tempo/pull/3087/files?short_path=9270c41#diff-9270c41ebeff244ecbc46a0d2f63bbe0e11cc7f4a06c13511e7e71d49c29bade |
--------- Co-authored-by: Mario <mariorvinas@gmail.com>
--------- Co-authored-by: Mario <mariorvinas@gmail.com>
electron0zero
force-pushed
the
add_federation
branch
from
December 14, 2023 17:12
939b265 to
a84f5f4
Compare
3 tasks
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
electron0zero
force-pushed
the
add_federation
branch
from
December 14, 2023 22:02
21fdd04 to
71c0ee3
Compare
electron0zero
force-pushed
the
add_federation
branch
from
December 14, 2023 22:04
71c0ee3 to
54644a9
Compare
knylander-grafana
left a comment
Contributor
There was a problem hiding this comment.
Approving the doc. Thank you for adding this!
mdisibio
approved these changes
Dec 15, 2023
3 tasks
electron0zero
added a commit
that referenced
this pull request
Jan 25, 2024
Add multi-tenant query support in streaming search endpoints. follow up on #3087
3 tasks
mattdurham
pushed a commit
to mattdurham/tempo
that referenced
this pull request
Jun 18, 2026
* Add combiners to frontend --------- Co-authored-by: Mario <mariorvinas@gmail.com> * Add MultiTenantQueriesEnabled config in frontend * Add MultiTenantMiddleware and tests --------- Co-authored-by: Mario <mariorvinas@gmail.com> * Expose dedicated handler in queryfrontend for each http endpoint * Add multi-tenant middleware in multi-tenant routes * ignore e2e test folder * fix up * search methods on client * Add e2e test TestMultiTenantSearch * Add NewSearchTagsV2 combiner * test are passing... * test cleanup * docs & todos * make lint happy * use distinct value collector * Add docs * remove callback from combiner AddRequest * leave a todo to merge CombineSearchResults * return multi-tenant query unsupported for metrics endpoint * add a note on testing search streaming locally * update docs for lowercase headers * streaming search endpoints unsupported error * multi-tenant works in streaming search? who knows? * remove todo * update gitignore & local docker-compose file * test unsupported endpoints in e2e search * Update CHANGELOG.md * Add tests for unsupprted endpoints * more cleanup * fix lint * fix golangci * assert response for tags endpoints * docs feedback Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * reword and fix docs --------- Co-authored-by: Mario <mariorvinas@gmail.com> Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
mattdurham
pushed a commit
to mattdurham/tempo
that referenced
this pull request
Jun 18, 2026
Add multi-tenant query support in streaming search endpoints. follow up on grafana#3087
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does:
Add multi-tenant query support in selected routes:
Which issue(s) this PR fixes:
Fixes #1858
Checklist
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]