pub static TUPLE_DEPRECATION_EMITS: Atomic<u64>Expand description
Total count of tuple-deprecation log emissions since process start.
Intentionally process-wide and pub so the transport-bridge
integration tests can observe that the legacy tuple path emitted a
deprecation while the delivery_id path stayed silent, without
having to plumb a tracing::Subscriber through every test.