Add changelog for PR #3851

This commit is contained in:
Mark Backman
2026-02-26 18:27:50 -05:00
parent 86c2dd5cfc
commit 4b4e8b839c

View File

@@ -0,0 +1 @@
- ⚠️ Removed `ProcessingMetricsData` and all `start_processing_metrics()`/`stop_processing_metrics()` methods from `FrameProcessor` and `FrameProcessorMetrics`. These metrics were inconsistently implemented across services and overlapped with the better-defined TTFB metric. TTFB, LLM token usage, TTS character usage, and text aggregation metrics are unaffected.