From 16469d1a7493bcc944b0bc9654770953e6158c65 Mon Sep 17 00:00:00 2001 From: Kim Nylander Date: Tue, 7 Jan 2025 15:10:54 -0500 Subject: [PATCH] Fix brokekn link in configure client --- 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`). >