-
Notifications
You must be signed in to change notification settings - Fork 11
Logs estructurados y trazas #34
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendBackend API and server workBackend API and server workcomplexity:medium150 points - standard feature touching multiple areas150 points - standard feature touching multiple areasobservabilityLogs, traces and monitoringLogs, traces and monitoring
Milestone
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendBackend API and server workBackend API and server workcomplexity:medium150 points - standard feature touching multiple areas150 points - standard feature touching multiple areasobservabilityLogs, traces and monitoringLogs, traces and monitoring
Why this matters
Visibility into request failures and tracing makes production debugging faster and less painful.
Problem
Logs are inconsistent across services and do not make incident triage easy.
Scope
Implementation guidance
api/calculate-score.js,api/evaluate-and-mint.js,api/get-available-credit.js, andapi/get-user-data.jsas the main touch points.Out of scope
Acceptance criteria
npm run devand observe consistent logs.Validation
npm run devand exercise the affected flow.npm run buildbefore opening the PR.PR requirements
Closes #34.Complexity