Grafana Cloud Setup
Connect to Grafana Cloud Tempo for managed distributed tracing- Log in to your Grafana Cloud account
- Navigate to your Grafana Cloud portal
- Go to ‘My Account’ → ‘Tempo’ section
- Find your Tenant ID (Instance ID) in the Tempo details
- Note your region (e.g., prod-us-central-0)
- Create an API token: ‘Security’ → ‘Access Policies’ → ‘Create access policy’
- Ensure the token has ‘traces:read’ scope
- Copy the generated API token (starts with glc_)
Self-Hosted Tempo Setup
Connect to your own Tempo instance- Identify your Tempo server hostname or IP address
- Ensure the query frontend port (default 3200) is accessible
- If using basic authentication, prepare your credentials
- For HTTPS, ensure SSL certificates are properly configured
- Test connectivity: curl http://tempo.example.com:3200/ready
Field Reference
The following fields are used when configuring this integration:- API Token (
apiToken) - Tempo URL (
hostname) - Password (
password) - Cloud Region (
region) - Tenant ID / Instance ID (
tenantId) - Username (
username)