Interfaces · @purista/core

MemoryMetricRecord

Deterministic metric record captured by the memory recorder.

Signature

MemoryMetricRecord.ts typescript
interface MemoryMetricRecord

Examples

example-1.ts typescript
const first = recorder.records[0]

Properties

4 entries

attributes

Property

Source
attributes.ts typescript
attributes: PuristaMetricAttributes

kind

Property

Source
kind.ts typescript
kind: PuristaMetricKind

name

Property

Source
name.ts typescript
name: string

value

Property

Source
value.ts typescript
value: number