Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
electron0zero committed Dec 14, 2023
1 parent f498b11 commit 21fdd04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/tempo/operations/cross_tenant_query.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ You need to enable `multitenancy_enabled: true` in the cluster for multi-tenant
see [enable multi-tenancy]({{< relref "./multitenancy" >}}) for more details and implications of `multitenancy_enabled: true`.
{{% /admonition %}}

Tempo supports multi-tenant queries. where users can send list of tenants multiple tenants.
Tempo supports multi-tenant queries for search, search-tags and trace-by-id search operations.

The tenant IDs involved need to be specified separated by a '|' character in the 'X-Scope-OrgID' header.
To perform multi-tenant queries, send tenant IDs separated by a `|` character in the `X-Scope-OrgID` header, for e.g: `foo|bar`.

cross-tenant query is enabled by default, and can be controlled using `multi_tenant_queries_enabled` config.
By default, Cross-tenant query is enabled and can be controlled using `multi_tenant_queries_enabled` configuration setting.

```yaml
query_frontend:
Expand Down

0 comments on commit 21fdd04

Please sign in to comment.