Module: Tasker::Telemetry::MetricTypes
- Defined in:
- lib/tasker/telemetry/metric_types.rb
Overview
MetricTypes provides thread-safe metric storage classes for high-performance telemetry
This module implements the core metric types for Tasker’s native metrics collection backend. All metric types are thread-safe using atomic operations and follow Tasker’s fail-fast principles with explicit error handling.