Lists all operation names Jaeger has recorded for a specific service, enabling discovery of exact operation names to use as filters when searching 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.
Compare two Jaeger time windows to detect per-operation regressions, recoveries, and new or removed operations. Results are scored by severity for rapid triage.
Retrieve the service-to-service dependency graph from Jaeger, including call counts, to map service topology, find high fan-out services, and verify connections.
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.
Compare aggregate trace behavior between two time periods for a service to detect performance changes, such as slower operations or new error patterns.
Consolidate anomaly history, blast-radius, traces, and log highlights into a single markdown post-mortem report for one service over a time window. Get an incident summary on-call can read in 60 seconds.
Detect latency and error-rate anomalies in a service by comparing recent behavior to a historical baseline, flagging statistically significant deviations that may indicate performance issues.
Predict service performance degradation 2-24 hours in advance by analyzing historical trace patterns, critical path trends, and anomaly detection results to enable proactive issue resolution.
Correlate OpenTelemetry/Jaeger traces with the static call graph to reveal hot production paths and cold code. Pinpoint bottlenecks and dead code from trace JSON files.
Configure OpenTelemetry SDK tracing for your service by specifying service name, language, and optional exporter. Start collecting distributed traces through Jaeger, Zipkin, OTLP, or console with API key authentication.