// SPDX-License-Identifier: BUSL-1.1
//! Node-global Calvin observability counters.
use Arc;
use AtomicU64;
/// Node-global Calvin observability counters, incremented by the per-vShard
/// schedulers (which hold `Arc<SharedState>`) and read by tests and metrics
/// without reaching into the `!Send` Data-Plane state. All start at 0 and stay
/// 0 in single-node / no-Calvin deployments.