Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/observability / / CostTrackerDelegateIds

Type Alias: CostTrackerDelegateIds

ts
type CostTrackerDelegateIds = Pick<CostRecordInput, "spanId" | "parentSpanId" | "runId" | "sessionId" | "agentId" | "userId">;

Defined in: packages/observability/src/cost/delegate.ts:49

Attribution ids for one recorded call. spanId is mandatory (the tracker keys rollups on it); everything else is optional scope attribution.

Stable