Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 793 Bytes

multi-tenancy.md

File metadata and controls

13 lines (9 loc) · 793 Bytes

title: Multi-Tenancy type: docs menu: operating slug: /multi-tenancy.md

Multi-Tenancy

Thanos supports multi-tenancy by using external labels. For such use cases, the Thanos Sidecar based approach with layered Thanos Queriers is recommended.

You can also use the Thanos Receiver 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 (please thoroughly understand the mechanism if intending to employ this mechanism, as the wrong configuration could leak data).