Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Pipecat Dashboard

Details

This dashboard offers a clear view into Pipecat usage and performance. It highlights key metrics such as token consumption, model distribution, error rates, request volumes, and latency trends. Teams can also track which services and languages are leveraging Pipecat along with detailed records of errors, to better understand adoption patterns and optimize reliability and efficiency.

To start sending Pipecat telemetry to SigNoz, follow the Pipecat monitoring guide.

Dashboard panels

Sections

Total Token Usage (Input & Output)

Tokens are the foundation of Pipecat LLM calls. By splitting input tokens (user prompts) and output tokens (model responses), this panel shows exactly how much work the system is doing. Over time, you can monitor efficiency, spot growth in adoption, and balance consumption across workloads.

gemini-io-token-count

Total Error Rate

Not every request makes it through successfully. This panel tracks the percentage of Pipecat calls that return errors. It’s a quick way to identify reliability issues and ensure your applications maintain a smooth, dependable experience.

Screenshot 2025-11-06 at 1 23 22 PM

LLM Model Distribution

Pipecat voice agents support multiple model variants, each optimized for different tasks. This panel reveals which models are being called most often—helping you track preferences, measure adoption of newer releases, and align usage with performance or cost goals.

Screenshot 2025-11-18 at 10 42 43 AM

STT Model Distribution

Speech-to-text (STT) models convert user voice input into text that the voice agent can process. This panel shows the distribution of STT models being used across your Pipecat applications, helping you understand which speech recognition providers are most popular and track the adoption of different STT services for various use cases.

Screenshot 2025-12-02 at 10 24 40 AM

TTS Model Distribution

Text-to-speech (TTS) models transform the agent's text responses into natural-sounding voice output. This panel displays which TTS models and voices are being utilized most frequently, enabling you to monitor voice synthesis preferences, evaluate the adoption of different voice providers, and optimize for quality and cost considerations.

Screenshot 2025-12-02 at 10 24 56 AM

Conversations Over Time

This chart captures the volume of conversations with Pipecat voice agents over time, letting you see demand patterns, identify high-traffic windows, and plan infrastructure or cost controls accordingly.

Screenshot 2025-11-28 at 6 11 24 PM

Agent Turn Latency(Over Time)

This panel tracks the average time it takes the agent to complete its turn turn over time. Monitoring turn latency helps identify performance bottlenecks in the voice agent pipeline, detect degradation trends, and ensure smooth, responsive conversational experiences.

Screenshot 2025-12-02 at 10 25 25 AM

HTTP Request Duration (Over Time)

This panel displays a time series line chart of the average HTTP request that is being made via the LLM calls over time. This gives you insight on the network speed for the actual outbound http request to the API network.

Screenshot 2025-09-09 at 12 00 27 PM

Services and Languages Using Pipecat

Pipecat powers a variety of applications across different services and programming languages. This breakdown shows where the API is being adopted—making it easier to understand usage patterns across your stack and identify opportunities for optimization.

Screenshot 2025-12-02 at 10 26 24 AM

Error Records

This table logs all recorded errors and when clicking on an individual record, you are sent to the trace where the error originated.

Screenshot 2025-11-06 at 1 20 55 PM

Logs

This panel lists all Pipecat related logs. Teams can use this for deep troubleshooting, auditing usage patterns, and correlating issues with specific request flows. Clicking on a row links back to the corresponding log entry for full traceability.

Screenshot 2025-12-02 at 10 27 32 AM

Number of Conversations Below Set Turn Threshold

This metric tracks how many conversations end before reaching a minimum number of turns, helping identify potential issues with user engagement or early drop-offs. A high count may indicate problems with the voice agent's initial responses or user experience that cause premature conversation termination.

Screenshot 2025-11-28 at 6 08 36 PM

Average Number of Turns Per Conversation

This panel displays the average number of back-and-forth exchanges in each conversation. It provides insight into conversation depth and user engagement—higher averages typically indicate more complex interactions, while lower averages might suggest quick transactions or potential friction points.

Screenshot 2025-11-28 at 6 09 30 PM

List of Conversations Below Set Turn Threshold (Trace ID)

This table provides a detailed list of specific conversations that ended before meeting the turn threshold, along with their trace IDs. Teams can click through to individual traces to investigate why these conversations were shorter than expected and identify patterns or issues requiring attention.

Screenshot 2025-12-02 at 10 28 31 AM

Average Latency of the TTS (Over Time)

Text-to-speech (TTS) latency directly impacts the conversational experience. This panel tracks the average TTS response time over time, helping you monitor voice synthesis performance, detect degradation, and ensure the voice agent maintains natural, responsive interactions.

Screenshot 2025-11-28 at 6 09 58 PM

Average Latency of the STT (Over Time)

Speech-to-text (STT) latency directly impacts the conversational experience. This panel tracks the average STT response time over time, helping you monitor voice synthesis performance, detect degradation, and ensure the voice agent maintains natural, responsive interactions.

Screenshot 2025-12-02 at 10 29 08 AM