UNPKG

@datadog/datadog-api-client

Version:
70 lines 1.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContainerScalarQuery = void 0; /** * A query for container-level metrics such as CPU and memory usage. */ class ContainerScalarQuery { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return ContainerScalarQuery.attributeTypeMap; } } exports.ContainerScalarQuery = ContainerScalarQuery; /** * @ignore */ ContainerScalarQuery.attributeTypeMap = { aggregator: { baseName: "aggregator", type: "MetricsAggregator", }, crossOrgUuids: { baseName: "cross_org_uuids", type: "Array<string>", }, dataSource: { baseName: "data_source", type: "ContainerDataSource", required: true, }, isNormalizedCpu: { baseName: "is_normalized_cpu", type: "boolean", }, limit: { baseName: "limit", type: "number", format: "int64", }, metric: { baseName: "metric", type: "string", required: true, }, name: { baseName: "name", type: "string", required: true, }, sort: { baseName: "sort", type: "QuerySortOrder", }, tagFilters: { baseName: "tag_filters", type: "Array<string>", }, textFilter: { baseName: "text_filter", type: "string", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=ContainerScalarQuery.js.map