Files
git.stella-ops.org/docs/features/unchecked/telemetry/dora-metrics.md

888 B

DORA Metrics

Status

NOT_FOUND

Description

No DORA metrics implementation found in the frontend or backend source code.

Why Not Implemented

  • No DORA metrics (Deployment Frequency, Lead Time for Changes, Change Failure Rate, MTTR) implementation found
  • Search for DORA-related terms found only EarnedCapacityReplenishment in src/Policy/__Libraries/StellaOps.Policy/Gates/ which is a policy gate concept, not DORA metrics
  • The Telemetry module (src/Telemetry/) tracks operational metrics (Time-to-Evidence, attestation metrics) but not standard DORA metrics
  • No DORA dashboard or reporting found in the Web UI
  • This appears to be a genuinely deferred feature with no partial implementation

Source

  • Feature matrix scan

Notes

  • Module: Uncategorized
  • Modules referenced: N/A
  • The Telemetry module could serve as a foundation for DORA metrics if implemented