UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

24 lines 1.23 kB
"use strict"; /** * 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.ALERT = exports.PAST_ONE_YEAR = exports.PAST_SIX_MONTHS = 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_THIRTY_MINUTES = exports.PAST_FIFTEEN_MINUTES = exports.PAST_TEN_MINUTES = exports.PAST_FIVE_MINUTES = exports.PAST_ONE_MINUTE = void 0; exports.PAST_ONE_MINUTE = "1m"; exports.PAST_FIVE_MINUTES = "5m"; exports.PAST_TEN_MINUTES = "10m"; exports.PAST_FIFTEEN_MINUTES = "15m"; exports.PAST_THIRTY_MINUTES = "30m"; 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"; exports.PAST_SIX_MONTHS = "6mo"; exports.PAST_ONE_YEAR = "1y"; exports.ALERT = "alert"; //# sourceMappingURL=WidgetLiveSpan.js.map