UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

16 lines 883 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.TOTAL_TRACES_COUNT = exports.PCT_OF_TRACES = exports.PCT_EXEC_TIME = exports.ERROR_RATE = exports.AVG_SPANS_PER_TRACE = exports.AVG_ROOT_DURATION = exports.AVG_DURATION = void 0; exports.AVG_DURATION = "avg_duration"; exports.AVG_ROOT_DURATION = "avg_root_duration"; exports.AVG_SPANS_PER_TRACE = "avg_spans_per_trace"; exports.ERROR_RATE = "error_rate"; exports.PCT_EXEC_TIME = "pct_exec_time"; exports.PCT_OF_TRACES = "pct_of_traces"; exports.TOTAL_TRACES_COUNT = "total_traces_count"; //# sourceMappingURL=FormulaAndFunctionApmDependencyStatName.js.map