TurnGraphChartProps
Agent Runtimes / context/TurnGraphChart / TurnGraphChartProps
Interface: TurnGraphChartProps
Defined in: src/context/TurnGraphChart.tsx:454
Properties
agentId?
optionalagentId?:string
Defined in: src/context/TurnGraphChart.tsx:458
Filter spans to this agent ID (matches agent.id span attribute).
apiKey?
optionalapiKey?:string
Defined in: src/context/TurnGraphChart.tsx:462
JWT / API key for OTEL auth.
autoRefreshMs?
optionalautoRefreshMs?:number
Defined in: src/context/TurnGraphChart.tsx:467
Auto-refresh interval in ms (default 10 000). Set to 0 to disable polling.
datalayerUrl?
optionaldatalayerUrl?:string
Defined in: src/context/TurnGraphChart.tsx:460
Base URL for the Datalayer OTEL service.
height?
optionalheight?: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?
optionalstyle?:CSSProperties
Defined in: src/context/TurnGraphChart.tsx:469