Module metrics_store

Source
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§

InMemoryMetricsStore
In-memory implementation of MetricsStore for testing and local development.

Enums§

MetricsError

Traits§

MetricsStore
Trait for a distributed workflow metrics store.