Parea’s observability features help developers identify and fix code or LLM-related issues.From input/output tracking to LLM performance monitoring, Parea provides code-level observability that makes
it easy to diagnose issues and quickly iterate on failure cases.
Parea’s dashboard provides a high-level overview of your log data.At the top of the dashboard, you can see aggregated metrics such as the number of requests over time,
average latency, time to first token (TTFT), total cost, average number of tokens, average user feedback scores, and average evaluation scores.At the bottom of the dashboard is a table of your logs supporting search and filtering.
Click any row on the dashboard table to drill down into the trace and view all the critical data and associated metrics.You can view the inputs and outputs of any traced function. You can view all the messages sent to the LLM, the model
parameters, and any custom metadata you provided. When used, function calls will also be visible on the trace tabs.You can see a summary of the timestamps, cache hit status, cost, latency, time to first token, tokens, and any evaluation or feedback scores on the sidebar.Observability alone is just one aspect of improving your application. To iterate further, you can quickly build test case
datasets from trace logs or open specific spans in the prompt playground.