-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Production readiness requires Prometheus metrics, OTel traces, log correlation, sample control, and default Grafana dashboards with SLO-driven alerts (latency, error rates, agent health, AI cost).
Paths to start:
- Metrics: expose Prometheus endpoints in API/agent; see any
metrics.goor injection in main.go - Traces: distributed and sample logic in API, agent, key flows (
internal/diagnostics/, circuit breaker layer ref:CLAUDE.md) - Logging: add and correlate context IDs; see logrus config
- Dashboards/alerts: publish default Grafana JSON; SLO recipes for latency, errors, agent heartbeat, budget
Integrate with key flows (diagnostics, remediation, agent lifecycle).
References: internal/diagnostics/, CLAUDE.md, grafana dashboards, main.go.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request