Section | What it shows |
---|---|
Traces | Trace count, latency and error rates. A trace is a collection of runs related to a single operation. For example, if a user request triggers an agent, all runs for that agent invocation would be part of the same trace. |
LLM Calls | LLM call count and latency. Includes all runs where run type is “llm”. |
Cost & Tokens | Total and per-trace token counts and costs, broken down by token type. Costs are measured using LangSmith’s cost tracking. |
Tools | Run counts, error rates, and latency stats for tool runs broken down by tool name. Includes runs where run type is “tool”. Limits to top 5 most frequently occurring tools. |
Run Types | Run counts, error rates, and latency stats for runs that are immediate children of the root run. This helps in understanding the high-level execution path of agents. Limits to top 5 most frequently occurring run names. Refer to the image following this table. |
Feedback Scores | Aggregate stats for the top 5 most frequently occurring types of feedback. Charts show average score for numerical feedback and category counts for categorical feedback. |
Save
to save your chart to the dashboard.Run count
.
triage_input
. This means we only include traces that hit the triage_input
node. Also add a chart filter for Is Root
is true
, so our count is not inflated by the number of nodes in the trace.
triage_input
node. The output of the decision is stored in the triage.response
field of the output object, and the value of the decision is either no
, email
, or notify
. Each of these decisions generates a separate data series in the chart.
triage_input
node over time.