jaeger_find_test_traces
Find matching Jaeger traces via tag query; supports any tag schema, searches all services concurrently (or a specific one), and sorts results newest-first.
Instructions
Find Jaeger traces matching the supplied tag query.
Accepts any tag key-value schema (Allure, pytest, custom) without normalization. When service is omitted, searches all known services concurrently (capped at 20). Results are sorted newest-first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | Yes | Tag key-value pairs to filter traces. Any framework tag schema works — e.g. {'allure.id': 'TC-42'} or {'test.run_id': 'abc123'}. | |
| limit | No | Maximum traces to return total. | |
| service | No | Jaeger service name. If omitted, all services (up to 20) are searched concurrently. | |
| lookback_hours | No | Hours back from now to search. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| traces | Yes | ||
| tag_query | Yes | ||
| total_count | Yes | ||
| service_filter | Yes |