Skip to content

Commit 2c8d3b2

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
add rum slo bugfix (#3018)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 38b34ac commit 2c8d3b2

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-04-07 18:49:38.618782",
8-
"spec_repo_commit": "d0287df0"
7+
"regenerated": "2025-04-08 14:37:44.297757",
8+
"spec_repo_commit": "642b7d0b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-07 18:49:38.635233",
13-
"spec_repo_commit": "d0287df0"
12+
"regenerated": "2025-04-08 14:37:44.313842",
13+
"spec_repo_commit": "642b7d0b"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,11 +3094,13 @@ components:
30943094
description: Name of the query for use in formulas.
30953095
enum:
30963096
- metric
3097+
- monitor
30973098
- time_slice
30983099
example: metric
30993100
type: string
31003101
x-enum-varnames:
31013102
- METRIC
3103+
- MONITOR
31023104
- TIME_SLICE
31033105
FormulaType:
31043106
description: Set the sort type to formula.

api/datadogV1/model_formula_and_function_slo_query_type.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ type FormulaAndFunctionSLOQueryType string
1616
// List of FormulaAndFunctionSLOQueryType.
1717
const (
1818
FORMULAANDFUNCTIONSLOQUERYTYPE_METRIC FormulaAndFunctionSLOQueryType = "metric"
19+
FORMULAANDFUNCTIONSLOQUERYTYPE_MONITOR FormulaAndFunctionSLOQueryType = "monitor"
1920
FORMULAANDFUNCTIONSLOQUERYTYPE_TIME_SLICE FormulaAndFunctionSLOQueryType = "time_slice"
2021
)
2122

2223
var allowedFormulaAndFunctionSLOQueryTypeEnumValues = []FormulaAndFunctionSLOQueryType{
2324
FORMULAANDFUNCTIONSLOQUERYTYPE_METRIC,
25+
FORMULAANDFUNCTIONSLOQUERYTYPE_MONITOR,
2426
FORMULAANDFUNCTIONSLOQUERYTYPE_TIME_SLICE,
2527
}
2628

0 commit comments

Comments
 (0)