Skip to content

Commit ab48656

Browse files
small fix to dashboards (#791)
1 parent debca10 commit ab48656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/observability/how_to_guides/dashboards.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Prebuilt dashboards are broken down into the following sections:
3232
| LLM Calls | LLM call count and latency. Includes all runs where run type is "llm". |
3333
| Cost & Tokens | Total and per-trace token counts and costs, broken down by token type. Costs are measured using [LangSmith's cost tracking](/observability/how_to_guides/log_llm_trace#manually-provide-token-counts). |
3434
| 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. |
35-
| Run Types | Run counts, error rates, and latency stats for runs that are immediate children of the root run. This helps in understanding the the high-level execution path of agents. Limits to top 5 most frequently occuring tool names. <sup>1</sup> |
35+
| Run Types | Run counts, error rates, and latency stats for runs that are immediate children of the root run. This helps in understanding the the high-level execution path of agents. Limits to top 5 most frequently occuring run names. <sup>1</sup> |
3636
| 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. |
3737

3838
<sup>1</sup> For example, for the following trace, the following runs have a depth

0 commit comments

Comments
 (0)