microservices-architect
Audited by Runlayer on Mar 7, 2026
Tool passed security scan
Malicious tool definition detected
Remediate: - Rollback order-service - Verify errors stopped - Create ticket for bug fix ``` ## Summary Observability is non-negotiable in microservices: **Must-Haves:** - Structured logging with correlation IDs - Metrics (RED/USE methodology) - Distributed tracing (OpenTelemetry) - Centralized log aggregation - SLO tracking with error budgets - Actionable alerts with runbooks **Best Practices:** - Correlate metrics, logs, and traces - Define SLOs based on user experience - Alert on symptoms, not
Tool passed security scan
Malicious tool definition detected
Tool: microservices-architect/references/patterns.md [2/2] Description: saga_id UUID PRIMARY KEY, saga_type VARCHAR(50), current_step VARCHAR(50), status VARCHAR(20), payload JSONB, created_at TIMESTAMP, updated_at TIMESTAMP ); On orchestrator restart: - Load incomplete sagas - Resume from last completed step - Execute remaining steps or compensations ``` ### Event Sourcing **Purpose:** Store all state changes as events, derive current state by replaying.
Tool passed security scan
Malicious tool definition detected
Tool passed security scan
Passed Files (2)Click to expand
Tool passed security scan
Tool passed security scan