semi implemented and features implemented save checkpoint

This commit is contained in:
master
2026-02-08 18:00:49 +02:00
parent 04360dff63
commit 1bf6bbf395
20895 changed files with 716795 additions and 64 deletions

View File

@@ -0,0 +1,31 @@
# Time-to-Evidence (TTE) Metric
## Status
PARTIALLY_IMPLEMENTED
## Description
The TTE metric (measuring time from finding open to first proof rendered) is not implemented in the frontend or backend.
## Module
Telemetry
## What's Implemented
- **TTE metrics collection**: `src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TimeToEvidenceMetrics.cs`
- **Percentile exporter**: `src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TtePercentileExporter.cs` (P50/P90/P99)
- **Scan completion integration**: `src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/ScanCompletionMetricsIntegration.cs`
- **Attestation metrics**: `src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/Metrics/AttestationMetrics.cs`
- **DI registration**: `src/Telemetry/StellaOps.Telemetry.Core/StellaOps.Telemetry.Core/TelemetryServiceCollectionExtensions.cs`
- **Baseline tracking**: `src/__Tests/__Benchmarks/baselines/ttfs-baseline.json`
## What's Missing
- Frontend visualization of TTE metrics (dashboard/chart in Web UI)
- TTE trend visualization over time
- Per-finding TTE breakdown in the UI
## Implementation Plan
- Add TTE dashboard widget to Web UI
- Show TTE percentile trends over time
- Include TTE metric in finding detail view
## Source
- Feature matrix scan