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.
This commit is contained in:
1
changelog/3852.deprecated.md
Normal file
1
changelog/3852.deprecated.md
Normal file
@@ -0,0 +1 @@
|
||||
- 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.
|
||||
Reference in New Issue
Block a user