Skip to content

docs: update for pipecat PR #4814#936

Merged
markbackman merged 1 commit into
mainfrom
docs/pr-4814
Jun 23, 2026
Merged

docs: update for pipecat PR #4814#936
markbackman merged 1 commit into
mainfrom
docs/pr-4814

Conversation

@pipecat-docs-bot

Copy link
Copy Markdown

Automated documentation update for pipecat PR #4814.

Changes

pipecat/fundamentals/metrics.mdx

Updated the TTFAMetricsData section to reflect the latency breakdown fields added in the source PR:

  • Field reference table: Renamed valuettfa and added two new fields (ttfb and leading_silence) that provide the latency breakdown
  • Field descriptions: Updated to explain that ttfa = ttfb + leading_silence and that ttfb mirrors the standalone TTFBMetricsData for convenience
  • Example code: Updated the MetricsLogger example to access d.ttfa, d.ttfb, and d.leading_silence instead of just d.value, demonstrating how to use the breakdown

The breakdown allows consumers to see how much of the perceived latency is silence padding without correlating separate TTFBMetricsData events.

Gaps identified

None

Updated TTFAMetricsData documentation to reflect the breakdown fields
added in pipecat-ai/pipecat#4814:

- Renamed `value` field to `ttfa` in field reference table
- Added `ttfb` and `leading_silence` fields to show latency breakdown
- Updated example code to demonstrate accessing all three fields
- Clarified that `ttfb` mirrors the standalone TTFBMetricsData

The breakdown allows consumers to see how much perceived latency is
silence padding without correlating separate metrics events.
@pipecat-docs-bot pipecat-docs-bot Bot added auto-docs Automated documentation update from pipecat source changes pipecat labels Jun 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Mintlify preview for this branch: https://daily-docs-pr-4814.mintlify.app

@markbackman markbackman merged commit c0efa04 into main Jun 23, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-docs Automated documentation update from pipecat source changes pipecat

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant