"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SNAPSHOT_CUSTOM_AGGREGATIONS = exports.METRIC_EXPLORER_AGGREGATIONS = void 0; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const SNAPSHOT_CUSTOM_AGGREGATIONS = ['avg', 'max', 'min', 'rate']; exports.SNAPSHOT_CUSTOM_AGGREGATIONS = SNAPSHOT_CUSTOM_AGGREGATIONS; const METRIC_EXPLORER_AGGREGATIONS = ['avg', 'max', 'min', 'cardinality', 'rate', 'count', 'sum', 'p95', 'p99', 'custom']; exports.METRIC_EXPLORER_AGGREGATIONS = METRIC_EXPLORER_AGGREGATIONS;