Skip to main content

update

Function update 

Source
pub fn update(state: &RouterStateInner)
Expand description

Recomputes WAL append counters from authoritative storage telemetry.

Update behavior is deterministic for each scrape:

  • Reads immutable append-success/failure totals from router state telemetry.
  • Resets both Prometheus counters.
  • Applies absolute values via inc_by.