Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/observability / / CostTrackerOptions
Interface: CostTrackerOptions
Defined in: packages/observability/src/cost/types.ts:100
Configuration shape for createCostTracker.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
budgets? | readonly | CostBudgets | packages/observability/src/cost/types.ts:101 |
onExceed? | readonly | CostBudgetExceededCallback | packages/observability/src/cost/types.ts:102 |