Files
pipecat/changelog/3852.deprecated.md
Mark Backman c259a6a73b Deprecate processing metrics (ProcessingMetricsData)
Add deprecation warnings to start_processing_metrics() and
stop_processing_metrics() on FrameProcessorMetrics and FrameProcessor.
Mark ProcessingMetricsData as deprecated in docstring. All existing
behavior is preserved — the warnings inform users that these will be
removed in a future version.
2026-02-27 09:22:29 -05:00

306 B

  • Deprecated ProcessingMetricsData and start_processing_metrics()/stop_processing_metrics() on FrameProcessor and FrameProcessorMetrics. These metrics don't accurately depict a service's performance. Instead, TTFB metrics are recommended. Processing metrics will be removed in the 1.0.0 version.