UNPKG

@qrvey/health-checker

Version:

![install size](https://packagephobia.com/badge?p=@qrvey/health-checker) ![coverage](https://img.shields.io/badge/unit_test_coverage-87%25-brightgreen)

7 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CLUSTER_STATS_ENDPOINT = exports.NODES_STATS_ENDPOINT = exports.CLUSTER_HEALTH_ENDPOINT = void 0; exports.CLUSTER_HEALTH_ENDPOINT = '/_cluster/health'; exports.NODES_STATS_ENDPOINT = '/_nodes/stats'; exports.CLUSTER_STATS_ENDPOINT = '/_cluster/stats'; //# sourceMappingURL=constants.js.map