Expand description
Queue DDL and command execution
Staticsยง
- EVENTS_
DLQ_ TOTAL - Total events routed to the dead-letter queue.
- EVENTS_
DRAIN_ RETRIES_ TOTAL - Total event push attempts that failed (queue full or other error) and triggered DLQ routing.
- EVENTS_
ENQUEUED_ TOTAL - Total events successfully enqueued to their target queue.
- TUPLE_
DEPRECATION_ EMITS - Total count of tuple-deprecation log emissions since process start.
Intentionally process-wide and
pubso the transport-bridge integration tests can observe that the legacy tuple path emitted a deprecation while thedelivery_idpath stayed silent, without having to plumb atracing::Subscriberthrough every test.