// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Metrics helpers for the `MemCoT` distillation pipeline.
/// Increment the `memcot_distill_total` counter.
/// Increment the `memcot_distill_timeout_total` counter.
/// Increment the `memcot_distill_error_total` counter.
/// Increment the `memcot_distill_skipped_total` counter with the given reason label.
///
/// `reason` should be `"interval"` or `"session_cap"`.