Expand description
Metrics store for distributed workflow runs.
This module defines the MetricsStore trait for tracking workflow run metrics (e.g., completed, failed, retries), and provides an in-memory implementation for testing and local development.
Structs§
- InMemory
Metrics Store - In-memory implementation of MetricsStore for testing and local development.
Enums§
Traits§
- Metrics
Store - Trait for a distributed workflow metrics store.