transports: allow sending metrics

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-06 14:06:01 -07:00
parent 390582d7f3
commit a1f1d1995c
3 changed files with 19 additions and 2 deletions

View File

@@ -241,7 +241,7 @@ class StopInterruptionFrame(SystemFrame):
@dataclass
class MetricsFrame(SystemFrame):
"""Emitted by processor who can compute metrics like latencies.
"""Emitted by processor that can compute metrics like latencies.
"""
ttfb: Mapping[str, float]