@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
17 lines • 910 B
JavaScript
;
/**
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2020-Present Datadog, Inc.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERROR_BUDGET_BURNDOWN = exports.BURN_RATE = exports.ERROR_BUDGET_REMAINING = exports.SLO_STATUS = exports.BAD_MINUTES = exports.GOOD_MINUTES = exports.BAD_EVENTS = exports.GOOD_EVENTS = void 0;
exports.GOOD_EVENTS = "good_events";
exports.BAD_EVENTS = "bad_events";
exports.GOOD_MINUTES = "good_minutes";
exports.BAD_MINUTES = "bad_minutes";
exports.SLO_STATUS = "slo_status";
exports.ERROR_BUDGET_REMAINING = "error_budget_remaining";
exports.BURN_RATE = "burn_rate";
exports.ERROR_BUDGET_BURNDOWN = "error_budget_burndown";
//# sourceMappingURL=FormulaAndFunctionSLOMeasure.js.map