Files
git.stella-ops.org/docs/features/dropped/mi7-telemetry-schema-for-ui-micro-events.md

1.0 KiB

MI7 - Telemetry Schema for ui.micro.* Events

Status

NOT_FOUND

Description

The ui.micro telemetry JSON schema and associated unit test validator were not found. Triage-specific telemetry exists but the generic micro-interaction telemetry schema is missing.

Why Not Implemented

  • No ui.micro.* telemetry JSON schema found in src/Web/ or docs/
  • No dedicated micro-interaction telemetry event system found in the Web UI source
  • The Telemetry module (src/Telemetry/StellaOps.Telemetry.Core/) tracks backend metrics (Time-to-Evidence, attestation metrics, scan completion) but not frontend UI micro-events
  • The Web UI does not appear to have an instrumented event bus for tracking fine-grained user interactions
  • This was a documentation + schema deliverable; the generic telemetry infrastructure exists but the UI-specific micro-event schema was never defined

Source

  • Feature matrix scan

Notes

  • Module: Web
  • Modules referenced: src/Web
  • Related: src/Telemetry/ (backend telemetry infrastructure)