Documentation / @agentick/kernel / MetricAttributes
Interface: MetricAttributes
Defined in: kernel/src/telemetry.ts:139
Attributes for metrics, used for filtering and grouping.
Example
typescript
counter.add(1, { model: 'gpt-4', status: 'success' });Indexable
[key: string]: string | number | boolean