diff --git a/changelog/3851.removed.md b/changelog/3851.removed.md new file mode 100644 index 000000000..ba13aa0a6 --- /dev/null +++ b/changelog/3851.removed.md @@ -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.