Skip to content

Commit

Permalink
fix multi-tenancy link (thanos-io#7032)
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Rajeev <ccarajeev342@gmail.com>
Signed-off-by: hanyuting8 <hytxidian@163.com>
  • Loading branch information
alecrajeev authored and hanyuting8 committed Jan 19, 2024
1 parent 5c41d8f commit f552812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operating/multi-tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Thanos supports multi-tenancy by using external labels. For such use cases, the [Thanos Sidecar](../components/sidecar.md) based approach with layered [Thanos Queriers](../components/query.md) is recommended.

You can also use the [Thanos Receiver](../components/receive.md) however, we don't recommend it to achieve a global view of data of a single-tenant. Also note that, multi-tenancy may also be achievable if ingestion is not user-controlled, as then enforcing of labels, for example using the [prom-label-proxy](https://github.com/openshift/prom-label-proxy) (please thoroughly understand the mechanism if intending to employ this mechanism, as the wrong configuration could leak data).
You can also use the [Thanos Receiver](../components/receive.md) however, we don't recommend it to achieve a global view of data of a single-tenant. Also note that, multi-tenancy may also be achievable if ingestion is not user-controlled, as then enforcing of labels, for example using the [prom-label-proxy](https://github.com/prometheus-community/prom-label-proxy) (please thoroughly understand the mechanism if intending to employ this mechanism, as the wrong configuration could leak data).

0 comments on commit f552812

Please sign in to comment.