What problem does it solve?
Quickly investigate production incidents by correlating logs, metrics, and distributed traces instead of manually guessing where the failure started.
Core Features & Use Cases
- Unified observability querying (LGTM stack): Search Loki logs, analyze Prometheus/Mimir metrics, and inspect Tempo traces for end-to-end context.
- Context-efficient orchestration pattern: Uses a discovery-and-investigation workflow so the agent gathers valid label/service values before running targeted queries.
- Actionable summaries instead of raw JSON: Extracts the signal (counts, trends, top offenders, trace IDs) and returns concise results for faster decision-making.
- Error/health-oriented workflows: Detects error spikes, latency issues, and service health regressions across time ranges.
Use when you need to answer questions like: Why are errors increasing, what changed in latency, where is the request spending time, and which services are impacted?
Quick Start
Ask the agent to: Investigate why the checkout app is seeing elevated error rates in production over the last hour using logs, metrics, and traces.