Overview
How it works
Understanding Stalar's investigation pipeline
Stalar uses an agentic approach to troubleshoot issues. When you ask a question, it doesn't just run a single query - it investigates.
Investigation pipeline
- Intent extraction - Stalar understands what you're asking about
- Tool selection - Picks the right integrations to query based on your question
- Data gathering - Executes queries against your infrastructure
- Correlation - Combines results to find patterns and root causes
- Response - Explains findings with evidence from your systems
Example
You ask: "Why did the checkout service have errors at 2pm?"
Stalar investigates:
- Queries Prometheus for error rates around 2pm
- Searches Loki logs for exceptions in the checkout service
- Checks Kubernetes for pod restarts or deployment changes
- Looks at Sentry for new error types
- Correlates: "A deployment at 1:58pm introduced a null pointer exception"