Interface LDGraphMetricSummary

Accumulated graph-level metrics collected by an LDGraphTracker.

Hierarchy

  • LDGraphMetricSummary

Properties

durationMs?: number

Total graph execution duration in milliseconds. Absent if not yet tracked.

path?: string[]

Execution path through the graph as an array of config keys. Absent if not yet tracked.

success?: boolean

Whether the graph invocation succeeded. Absent if not yet tracked.

tokens?: LDTokenUsage

Aggregate token usage across the entire graph invocation. Absent if not yet tracked.

Generated using TypeDoc