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

@@ -189,6 +189,7 @@ class StartFrame(SystemFrame):
"""This is the first frame that should be pushed down a pipeline."""
allow_interruptions: bool = False
enable_metrics: bool = False
report_only_initial_ttfb: bool = False
@dataclass