class documentation

class OpenTelemetryMetricTemporality(Enum): (source)

View In Hierarchy

Temporality for OpenTelemetry metrics.

Constant CUMULATIVE Undocumented
Constant DELTA Undocumented
CUMULATIVE: int = (source)

Undocumented

Value
1

Undocumented

Value
2