File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ type EventsDataSource string
1717const (
1818 EVENTSDATASOURCE_LOGS EventsDataSource = "logs"
1919 EVENTSDATASOURCE_RUM EventsDataSource = "rum"
20+ EVENTSDATASOURCE_DORA EventsDataSource = "dora"
2021)
2122
2223var allowedEventsDataSourceEnumValues = []EventsDataSource {
2324 EVENTSDATASOURCE_LOGS ,
2425 EVENTSDATASOURCE_RUM ,
26+ EVENTSDATASOURCE_DORA ,
2527}
2628
2729// GetAllowedValues reeturns the list of possible values.
You can’t perform that action at this time.
0 commit comments