MetricsSnapshot
Defined in: src/observability/metrics.ts:25
Point-in-time snapshot of all collected metrics.
Properties
Section titled “Properties”counters
Section titled “counters”counters:
Record<string,TaggedValue[]>
Defined in: src/observability/metrics.ts:26
gauges
Section titled “gauges”gauges:
Record<string,TaggedValue[]>
Defined in: src/observability/metrics.ts:28
histograms
Section titled “histograms”histograms:
Record<string,HistogramEntry[]>
Defined in: src/observability/metrics.ts:27