metrics: allow sending only initial TTFB metrics

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-13 13:28:10 -07:00
parent 77a3b2ea5c
commit cb27e86266
7 changed files with 25 additions and 3 deletions

View File

@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow specifying frame processors' name through a new `name` constructor
argument.
- Added `report_only_initial_ttfb` to `PipelineParams`. This will make it so
only the initial TTFB metrics after the user stops talking are reported.
### Changed
- `FrameSerializer.deserialize()` can now return `None` in case it is not