For the complete documentation index, see llms.txt. This page is also available as Markdown.

Grafana Tempo

Connect Grafana Tempo to the Pagerly SRE Agent for distributed trace search.

What the Agent Can Do

  • Search traces using TraceQL β€” by service, operation, duration, status

  • Get full trace details β€” all spans, durations, errors in a distributed trace

Setup Instructions

  1. Get your Tempo endpoint URL:

    • Grafana Cloud: Copy from My Account > Grafana Cloud > Tempo Details

    • Self-hosted: Your Tempo query frontend URL (default port 3200)

  2. If authentication is required, provide a bearer token or API key

  3. Enter your Tempo URL and credentials in the Pagerly dashboard

Required Credentials

Field
Description
Example

Tempo URL

Grafana Tempo query endpoint

https://tempo-us-central1.grafana.net

Bearer Token (optional)

Required for Grafana Cloud

β€”

Context Prompt Tips

"Key services: api-gateway, payment-service, user-service. Error traces have status=error. Look for spans > 500ms."

Docs

Last updated