Menu
Open source
About Grafana Pyroscope tenant IDs
Grafana Pyroscope is a multi-tenant system where tenants can query profiles that include their tenant ID.
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: <TENANT-ID>
.
To push profiles to Grafana Pyroscope for a specific tenant, refer to Configure the Agent.
Restrictions
Tenant IDs cannot be longer than 150 bytes or characters in length and can only include the following supported characters:
- Alphanumeric characters
0-9
a-z
A-Z
- Special characters
- Exclamation point (
!
) - Hyphen (
-
) - Underscore (
_
) - Single period (
.
) - Asterisk (
*
) - Single quote (
'
) - Open parenthesis (
(
) - Close parenthesis (
)
)
- Exclamation point (
Note: For security reasons,
.
and..
are not valid tenant IDs.
All other characters, including slashes and whitespace, are not supported.
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:

Continuous profiling with Grafana Pyroscope: developer experience, flame graphs, and more
Learn about the new Grafana Pyroscope open source project and how continuous profiling can improve developer experience.

Getting started with Grafana dashboard design (EMEA Timezone)
In this webinar, you'll learn how to design stylish and easily accessible Grafana dashboards that tell a story.

Unify your data with Grafana plugins: Datadog, Splunk, MongoDB, and more
In this webinar, learn how to leverage Grafana's plugin ecosystem for access to 80+ data sources, including plugins for Datadog, Splunk, MongoDB, and more.