Skip to content

Documentation / @agentick/core / MetricAttributes

Interface: MetricAttributes ​

Defined in: kernel/src/telemetry.ts:37

Attributes for metrics, used for filtering and grouping.

Example ​

typescript
counter.add(1, { model: 'gpt-4', status: 'success' });

Indexable ​

[key: string]: string | number | boolean

Released under the ISC License.