Skip to main content

Variable: backfillMetrics

const backfillMetrics: object

Defined in: src/observability/prometheus-registry.ts:874

Pre-defined metrics for backfill operations.

Type declaration​

duration​

duration: Histogram<"type">

Backfill operation duration histogram.

Remarks​

Labels: type Buckets: 1s to 1 hour

operationsTotal​

operationsTotal: Counter<"status" | "type">

Total backfill operations counter.

Remarks​

Labels: type, status (success/error)

recordsProcessed​

recordsProcessed: Counter<"type">

Total records processed during backfills counter.

Remarks​

Labels: type

Remarks​

Tracks backfill operations, records processed, and duration.