Interfaces · @purista/core

MemoryMetricRecord

Deterministic metric record captured by the memory recorder.

Signature

MemoryMetricRecord.tstypescript
interface MemoryMetricRecord

Examples

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

Properties

4 entries

attributes

Property

Source
attributes.tstypescript
attributes: PuristaMetricAttributes

kind

Property

Source
kind.tstypescript
kind: PuristaMetricKind

name

Property

Source
name.tstypescript
name: string

value

Property

Source
value.tstypescript
value: number