Skip to content

Commit 95d53e3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Allow to make XPQ queries to the DORA data source (DataDog#2526)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 2c9e772 commit 95d53e3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.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:27:00.939"
2+
"spec_repo_commit": "f2ae7eb",
3+
"generated": "2025-07-17 19:53:16.203"
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:

lib/datadog_api_client/v2/models/events_data_source.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ class EventsDataSource
2323

2424
LOGS = "logs".freeze
2525
RUM = "rum".freeze
26+
DORA = "dora".freeze
2627
end
2728
end

0 commit comments

Comments
 (0)