class documentation

class MetricBufferDurationFormat(Enum): (source)

View In Hierarchy

How durations are represented for metrics buffers.

Constant MILLISECONDS Durations are millisecond integers.
Constant SECONDS Durations are second floats.
MILLISECONDS: int = (source)

Durations are millisecond integers.

Value
1

Durations are second floats.

Value
2