UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

79 lines 1.94 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SLOHistorySLIData = void 0; /** * An object that holds an SLI value and its associated data. It can represent an SLO's overall SLI value. * This can also represent the SLI value for a specific monitor in multi-monitor SLOs, or a group in grouped SLOs. */ class SLOHistorySLIData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return SLOHistorySLIData.attributeTypeMap; } } exports.SLOHistorySLIData = SLOHistorySLIData; /** * @ignore */ SLOHistorySLIData.attributeTypeMap = { errorBudgetRemaining: { baseName: "error_budget_remaining", type: "{ [key: string]: number; }", }, errors: { baseName: "errors", type: "Array<SLOHistoryResponseErrorWithType>", }, group: { baseName: "group", type: "string", }, history: { baseName: "history", type: "Array<[number, number]>", }, monitorModified: { baseName: "monitor_modified", type: "number", format: "int64", }, monitorType: { baseName: "monitor_type", type: "string", }, name: { baseName: "name", type: "string", }, precision: { baseName: "precision", type: "{ [key: string]: number; }", }, preview: { baseName: "preview", type: "boolean", }, sliValue: { baseName: "sli_value", type: "number", format: "double", }, spanPrecision: { baseName: "span_precision", type: "number", format: "double", }, uptime: { baseName: "uptime", type: "number", format: "double", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=SLOHistorySLIData.js.map