yandex-cloud-monitoring-metrics
Version:
A library for sending metrics to yandex cloud monitoring
11 lines (10 loc) • 417 B
JavaScript
;
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 = {}));