//! Module: metrics::sink::counters
//! Responsibility: domain-specific metrics counter mutation helper wiring.
//! Does not own: metrics sink dispatch, span lifetimes, or report/reset APIs.
//! Boundary: re-exports counter helpers used only by the concrete metrics sink.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
// Replace one entity-scoped gauge contribution inside an aggregate total. This
// keeps global footprint gauges current even when the same entity reports a
// newer observed size later in the window.
pub const