Observability Tracing
Trigger Boundary
- •Use when production visibility, reliability targets, or incident response workflows are needed.
- •Do not use for feature-level functional spec writing; use
requirements-*. - •Do not use for pure code-style conformance checks.
Goal
Maintain production reliability through measurable operational controls.
Inputs
- •Change scope and risk profile
- •Domain evidence for distributed trace coverage and critical path latency diagnosis
- •Operational, compliance, and rollout constraints
Outputs
- •Trace instrumentation map for critical flows
- •Decision log for distributed trace coverage and critical path latency diagnosis
- •Verification checklist with measurable pass-fail criteria
Workflow
- •Clarify outcomes and hard constraints for distributed trace coverage and critical path latency diagnosis.
- •Produce options and select an approach for distributed trace coverage and critical path latency diagnosis.
- •Evaluate trade-offs across security, performance, operability, and maintainability.
- •Verify decisions using trace completeness and span attribute validation.
- •Publish decisions, residual risks, and accountable follow-up actions.
Quality Gates
- •Scope and assumptions for distributed trace coverage and critical path latency diagnosis are explicit and reviewable.
- •Decision rationale is backed by evidence instead of preference.
- •Rollout and rollback criteria are defined when production impact exists.
- •Residual risks have owners, due dates, and verification steps.
Failure Handling
- •Stop when critical request paths are not traceable end-to-end.
- •Escalate when accepted risk exceeds team policy thresholds.