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.
2 lines
306 B
Markdown
2 lines
306 B
Markdown
- 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.
|