UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

20 lines 803 B
"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.AVG = exports.MAX = exports.MIN = exports.SUM = exports.PC99 = exports.PC98 = exports.PC95 = exports.PC90 = exports.PC75 = exports.CARDINALITY = exports.COUNT = void 0; exports.COUNT = "count"; exports.CARDINALITY = "cardinality"; exports.PC75 = "pc75"; exports.PC90 = "pc90"; exports.PC95 = "pc95"; exports.PC98 = "pc98"; exports.PC99 = "pc99"; exports.SUM = "sum"; exports.MIN = "min"; exports.MAX = "max"; exports.AVG = "avg"; //# sourceMappingURL=EventsAggregation.js.map