GAUGE
A last-writer-wins snapshot of a current value (e.g. CPU usage, temperature).
Backed by a us.tractat.kuilt.crdt.LWWRegister<Double>. The most recent write (by timestamp, with replica-id tiebreak) wins across all replicas.
A last-writer-wins snapshot of a current value (e.g. CPU usage, temperature).
Backed by a us.tractat.kuilt.crdt.LWWRegister<Double>. The most recent write (by timestamp, with replica-id tiebreak) wins across all replicas.