File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
lib/datadog_api_client/v1/models Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-04-07 18:49:35.758318 ",
8- "spec_repo_commit": "d0287df0 "
7+ "regenerated": "2025-04-08 14:37:48.417961 ",
8+ "spec_repo_commit": "642b7d0b "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-04-07 18:49:35.774014 ",
13- "spec_repo_commit": "d0287df0 "
12+ "regenerated": "2025-04-08 14:37:48.434306 ",
13+ "spec_repo_commit": "642b7d0b "
1414 }
1515 }
1616}
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class FormulaAndFunctionSLOQueryType
2222 include BaseEnumModel
2323
2424 METRIC = "metric" . freeze
25+ MONITOR = "monitor" . freeze
2526 TIME_SLICE = "time_slice" . freeze
2627 end
2728end
You can’t perform that action at this time.
0 commit comments