Skip to main content

Module metric

Module metric 

Source
Expand description

Monotonic counter and gauge metric names.

These correspond to the AtomicU64 counters in effect_system.rs and are the canonical names for dashboards and CI gates.

Constantsยง

EFFECTS_COMMAND_TOTAL
Total command effects executed.
EFFECTS_EXECUTED_TOTAL
Total effects executed (command + subscription).
EFFECTS_QUEUE_DROPPED
Total tasks dropped (backpressure or shutdown).
EFFECTS_QUEUE_ENQUEUED
Total tasks enqueued to the effect queue.
EFFECTS_QUEUE_HIGH_WATER
Maximum queue depth observed (ratchet-only).
EFFECTS_QUEUE_IN_FLIGHT
Current in-flight tasks (enqueued - processed - dropped).
EFFECTS_QUEUE_PROCESSED
Total tasks processed by the effect queue.
EFFECTS_SUBSCRIPTION_TOTAL
Total subscription effects started.