Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "ef70ddf",
"generated": "2025-07-17 17:27:00.939"
"spec_repo_commit": "f2ae7eb",
"generated": "2025-07-17 19:53:16.203"
}
2 changes: 2 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15479,11 +15479,13 @@ components:
enum:
- logs
- rum
- dora
example: logs
type: string
x-enum-varnames:
- LOGS
- RUM
- DORA
EventsGroupBy:
description: A dimension on which to split a query's results.
properties:
Expand Down
1 change: 1 addition & 0 deletions lib/datadog_api_client/v2/models/events_data_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ class EventsDataSource

LOGS = "logs".freeze
RUM = "rum".freeze
DORA = "dora".freeze
end
end
Loading