From 51fe7456e5e57d092fb31935810e44949c13b132 Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:16:56 -0500 Subject: [PATCH] Fix broken link in configure client (#3823) (cherry picked from commit 26950d5cce3d5f70a87a5b91ea8de7a4bc8ac830) --- docs/sources/configure-server/about-tenant-ids.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/configure-server/about-tenant-ids.md b/docs/sources/configure-server/about-tenant-ids.md index 357df67b70..4269999919 100644 --- a/docs/sources/configure-server/about-tenant-ids.md +++ b/docs/sources/configure-server/about-tenant-ids.md @@ -14,7 +14,7 @@ Grafana Pyroscope is a multi-tenant system where tenants can query profiles that Within a Grafana Pyroscope cluster, the tenant ID is the unique identifier of a tenant. The query takes the tenant ID from the `X-Scope-OrgID` parameter that exists in the HTTP header of each request, for example `X-Scope-OrgID: `. -To push profiles to Pyroscope for a specific tenant, refer to [Configure the Client](https://grafana.com/docs/pyroscope//configure-client/). +To push profiles to Pyroscope for a specific tenant, refer to [Configure the Client](https://grafana.com/docs/pyroscope//configure-client/). > By default, multi-tenancy is disabled, the tenant ID is ignored and all profiles are stored and retrieved with the same tenant (`anonymous`). >