UNPKG

@opentelemetry/sdk-metrics

Version:
8 lines 220 B
/** * AggregationTemporality indicates the way additive quantities are expressed. */ export declare enum AggregationTemporality { DELTA = 0, CUMULATIVE = 1 } //# sourceMappingURL=AggregationTemporality.d.ts.map