Skip to content

Commit 4d7c114

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Allow to make XPQ queries to the DORA data source (#3208)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 080e1eb commit 4d7c114

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "ef70ddf",
3-
"generated": "2025-07-17 17:28:30.221"
2+
"spec_repo_commit": "f2ae7eb",
3+
"generated": "2025-07-17 19:54:48.737"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15479,11 +15479,13 @@ components:
1547915479
enum:
1548015480
- logs
1548115481
- rum
15482+
- dora
1548215483
example: logs
1548315484
type: string
1548415485
x-enum-varnames:
1548515486
- LOGS
1548615487
- RUM
15488+
- DORA
1548715489
EventsGroupBy:
1548815490
description: A dimension on which to split a query's results.
1548915491
properties:

api/datadogV2/model_events_data_source.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ type EventsDataSource string
1717
const (
1818
EVENTSDATASOURCE_LOGS EventsDataSource = "logs"
1919
EVENTSDATASOURCE_RUM EventsDataSource = "rum"
20+
EVENTSDATASOURCE_DORA EventsDataSource = "dora"
2021
)
2122

2223
var allowedEventsDataSourceEnumValues = []EventsDataSource{
2324
EVENTSDATASOURCE_LOGS,
2425
EVENTSDATASOURCE_RUM,
26+
EVENTSDATASOURCE_DORA,
2527
}
2628

2729
// GetAllowedValues reeturns the list of possible values.

0 commit comments

Comments
 (0)