UNPKG

@opentelemetry/sdk-metrics

Version:
16 lines 667 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AggregationTemporality = void 0; /** * AggregationTemporality indicates the way additive quantities are expressed. */ var AggregationTemporality; (function (AggregationTemporality) { AggregationTemporality[AggregationTemporality["DELTA"] = 0] = "DELTA"; AggregationTemporality[AggregationTemporality["CUMULATIVE"] = 1] = "CUMULATIVE"; })(AggregationTemporality = exports.AggregationTemporality || (exports.AggregationTemporality = {})); //# sourceMappingURL=AggregationTemporality.js.map