Skip to main content

TurnGraphChartProps

Agent Runtimes


Agent Runtimes / context/TurnGraphChart / TurnGraphChartProps

Interface: TurnGraphChartProps

Defined in: src/context/TurnGraphChart.tsx:454

Properties

agentId?

optional agentId?: string

Defined in: src/context/TurnGraphChart.tsx:458

Filter spans to this agent ID (matches agent.id span attribute).


apiKey?

optional apiKey?: string

Defined in: src/context/TurnGraphChart.tsx:462

JWT / API key for OTEL auth.


autoRefreshMs?

optional autoRefreshMs?: number

Defined in: src/context/TurnGraphChart.tsx:467

Auto-refresh interval in ms (default 10 000). Set to 0 to disable polling.


datalayerUrl?

optional datalayerUrl?: string

Defined in: src/context/TurnGraphChart.tsx:460

Base URL for the Datalayer OTEL service.


height?

optional height?: string | number

Defined in: src/context/TurnGraphChart.tsx:468


serviceName

serviceName: string

Defined in: src/context/TurnGraphChart.tsx:456

OTEL service name — typically "agent-runtimes".


style?

optional style?: CSSProperties

Defined in: src/context/TurnGraphChart.tsx:469