LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesCustomChartsSectionSubSectionChartSeries
Interface●Since v0.8

Series

Copy
interface Series

Properties

property
feedback_key: string | null
property
filter_definition: CustomChartFilterByTracingProject | CustomChartFilterByDataset | null
property
filters: Filters | null
property
group_by: GroupBy | null

Include additional information about where the group_by param was set.

property
group_by_definitions: CustomChartGroupByPlain | CustomChartGroupByComplex[] | null
property
id: string
property
metric: "total_tokens" | "prompt_tokens" | "completion_tokens" | "total_cost" | "prompt_cost" | "completion_cost" | "run_count" | "latency_p50" | "latency_p99" | "latency_avg" | "first_token_p50" | "first_token_p99" | "median_tokens" | "completion_tokens_p50" | "prompt_tokens_p50" | "tokens_p99" | "completion_tokens_p99" | "prompt_tokens_p99" | "error_rate" | "streaming_rate" | "cost_p50" | "cost_p99" | "feedback" | "feedback_score_avg" | "feedback_values" | null

Metrics you can chart. Feedback metrics are not available for organization-scoped charts.

property
metric_definition: CustomChartMetricCount | CustomChartMetricScalar | CustomChartMetricPercentile | CustomChartMetricRatioOutput | null
property
name: string
property
project_metric: "memory_usage" | "cpu_usage" | "disk_usage" | "restart_count" | "replica_count" | "worker_count" | "lg_run_count" | "responses_per_second" | "error_responses_per_second" | "p95_latency" | null

LGP Metrics you can chart.

property
workspace_id: string | null
View source on GitHub