@voicenter-team/mysql-dynamic-cluster
Version:
Galera cluster with implementation of dynamic choose mysql server for queries, caching, hashing it and metrics
11 lines • 476 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MetricType = void 0;
var MetricType;
(function (MetricType) {
MetricType[MetricType["METRIC"] = 0] = "METRIC";
MetricType[MetricType["METER"] = 1] = "METER";
MetricType[MetricType["COUNTER"] = 2] = "COUNTER";
MetricType[MetricType["HISTOGRAM"] = 3] = "HISTOGRAM";
})(MetricType = exports.MetricType || (exports.MetricType = {}));
//# sourceMappingURL=MetricsInterfaces.js.map