> For the complete documentation index, see [llms.txt](https://docs.pagerly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pagerly.io/sre-ai-agent/data-sources/jaeger.md).

# Jaeger

## What the Agent Can Do

* List all traced services
* Search traces by service, operation, tags, duration, and time range
* Get full trace details — all spans, durations, errors

## Setup Instructions

1. Get your **Jaeger Query UI URL** (usually port 16686)
2. Paste the URL in the Pagerly dashboard

## Required Credentials

| Field          | Description              | Example                      |
| -------------- | ------------------------ | ---------------------------- |
| **Jaeger URL** | Your Jaeger Query UI URL | `https://jaeger.example.com` |

## Context Prompt Tips

> *"Main services: api-gateway, user-service, order-service. Traces are tagged with env=production."*

## Docs

* [Jaeger APIs](https://www.jaegertracing.io/docs/apis/)
