@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
12 lines • 570 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.OVERFLOW_ROUTING = exports.NO_ACTION = exports.DROP = void 0;
exports.DROP = "drop";
exports.NO_ACTION = "no_action";
exports.OVERFLOW_ROUTING = "overflow_routing";
//# sourceMappingURL=ObservabilityPipelineQuotaProcessorOverflowAction.js.map
;