Module: Temporalio::Runtime::MetricBuffer::DurationFormat
- Defined in:
- lib/temporalio/runtime/metric_buffer.rb
Overview
Enumerates for the duration format.
Constant Summary collapse
- MILLISECONDS =
Durations are millisecond integers.
:milliseconds
- SECONDS =
Durations are second floats.
:seconds