File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/java/com/datadog/api/client/v2/model Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "spec_repo_commit": "ef70ddf ",
3- "generated": "2025-07-17 17:28:36.058 "
2+ "spec_repo_commit": "f2ae7eb ",
3+ "generated": "2025-07-17 19:54:51.613 "
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 2323public class EventsDataSource extends ModelEnum <String > {
2424
2525 private static final Set <String > allowedValues =
26- new HashSet <String >(Arrays .asList ("logs" , "rum" ));
26+ new HashSet <String >(Arrays .asList ("logs" , "rum" , "dora" ));
2727
2828 public static final EventsDataSource LOGS = new EventsDataSource ("logs" );
2929 public static final EventsDataSource RUM = new EventsDataSource ("rum" );
30+ public static final EventsDataSource DORA = new EventsDataSource ("dora" );
3031
3132 EventsDataSource (String value ) {
3233 super (value , allowedValues );
You can’t perform that action at this time.
0 commit comments