@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
17 lines • 844 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.PAST_THREE_MONTHS = exports.PAST_ONE_MONTH = exports.PAST_ONE_WEEK = exports.PAST_TWO_DAYS = exports.PAST_ONE_DAY = exports.PAST_FOUR_HOURS = exports.PAST_ONE_HOUR = exports.PAST_FIFTEEN_MINUTES = void 0;
exports.PAST_FIFTEEN_MINUTES = "15m";
exports.PAST_ONE_HOUR = "1h";
exports.PAST_FOUR_HOURS = "4h";
exports.PAST_ONE_DAY = "1d";
exports.PAST_TWO_DAYS = "2d";
exports.PAST_ONE_WEEK = "1w";
exports.PAST_ONE_MONTH = "1mo";
exports.PAST_THREE_MONTHS = "3mo";
//# sourceMappingURL=DashboardGlobalTimeLiveSpan.js.map