UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

20 lines 1.03 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.LATENCY_P99 = exports.LATENCY_P95 = exports.LATENCY_P90 = exports.LATENCY_P75 = exports.LATENCY_P50 = exports.LATENCY_MAX = exports.LATENCY_DISTRIBUTION = exports.LATENCY_AVG = exports.HITS = exports.ERROR_RATE = exports.ERRORS = void 0; exports.ERRORS = "errors"; exports.ERROR_RATE = "error_rate"; exports.HITS = "hits"; exports.LATENCY_AVG = "latency_avg"; exports.LATENCY_DISTRIBUTION = "latency_distribution"; exports.LATENCY_MAX = "latency_max"; exports.LATENCY_P50 = "latency_p50"; exports.LATENCY_P75 = "latency_p75"; exports.LATENCY_P90 = "latency_p90"; exports.LATENCY_P95 = "latency_p95"; exports.LATENCY_P99 = "latency_p99"; //# sourceMappingURL=FormulaAndFunctionApmResourceStatName.js.map