Retrieve the directed call graph of service-to-service dependencies from Jaeger, showing parent-child edges with call counts over a configurable time window.
Retrieve all operation names traced for a service to use as filters in trace searches. Useful for discovering endpoints or methods before searching for specific traces.
Provides read-only access to Jaeger distributed tracing data through the Model Context Protocol. Enables Claude and other MCP-capable agents to search traces, inspect spans, and analyze service dependencies directly within conversations.
Structurally compare two Jaeger traces by matching spans on operation and service, revealing added, removed, and changed spans with duration and tag differences.
Detect performance changes by comparing trace aggregates between two time windows for a service, showing per-operation latency and error rate differences.
Retrieve complete trace detail including all spans, per-service statistics, and execution tree to analyze performance bottlenecks or identify error origins.
Forecast future throughput demands and resource requirements for a service to enable infrastructure scaling decisions. Provides predictions for the next 7-30 days with confidence intervals.