UNPKG

yandex-cloud-monitoring-metrics

Version:
11 lines (10 loc) 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.YandexMetricType = void 0; var YandexMetricType; (function (YandexMetricType) { YandexMetricType["DGAUGE"] = "DGAUGE"; YandexMetricType["GAUGE"] = "GAUGE"; YandexMetricType["COUNTER"] = "COUNTER"; YandexMetricType["RATE"] = "RATE"; })(YandexMetricType = exports.YandexMetricType || (exports.YandexMetricType = {}));