@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
21 lines • 1.01 kB
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.FLAT_UNIQUE = exports.LONGEST_ARRAY = exports.SHORTEST_ARRAY = exports.CONCAT_RAW = exports.CONCAT_NEWLINE = exports.CONCAT = exports.ARRAY = exports.MIN = exports.MAX = exports.SUM = exports.RETAIN = exports.DISCARD = void 0;
exports.DISCARD = "discard";
exports.RETAIN = "retain";
exports.SUM = "sum";
exports.MAX = "max";
exports.MIN = "min";
exports.ARRAY = "array";
exports.CONCAT = "concat";
exports.CONCAT_NEWLINE = "concat_newline";
exports.CONCAT_RAW = "concat_raw";
exports.SHORTEST_ARRAY = "shortest_array";
exports.LONGEST_ARRAY = "longest_array";
exports.FLAT_UNIQUE = "flat_unique";
//# sourceMappingURL=ObservabilityPipelineReduceProcessorMergeStrategyStrategy.js.map