File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-07-19 16:49:24.886321 ",
8
- "spec_repo_commit": "d47df1fc "
7
+ "regenerated": "2024-07-19 17:23:33.461436 ",
8
+ "spec_repo_commit": "e7026d11 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-07-19 16:49:24.904772 ",
13
- "spec_repo_commit": "d47df1fc "
12
+ "regenerated": "2024-07-19 17:23:33.480228 ",
13
+ "spec_repo_commit": "e7026d11 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -4773,6 +4773,7 @@ components:
4773
4773
- logs_pattern_stream
4774
4774
- logs_transaction_stream
4775
4775
- event_stream
4776
+ - rum_stream
4776
4777
example: apm_issue_stream
4777
4778
type: string
4778
4779
x-enum-varnames:
@@ -4787,6 +4788,7 @@ components:
4787
4788
- LOGS_PATTERN_STREAM
4788
4789
- LOGS_TRANSACTION_STREAM
4789
4790
- EVENT_STREAM
4791
+ - RUM_STREAM
4790
4792
ListStreamWidgetDefinition:
4791
4793
description: 'The list stream visualization displays a table of recent events
4792
4794
in your application that
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ export type ListStreamSource =
22
22
| typeof LOGS_PATTERN_STREAM
23
23
| typeof LOGS_TRANSACTION_STREAM
24
24
| typeof EVENT_STREAM
25
+ | typeof RUM_STREAM
25
26
| UnparsedObject ;
26
27
export const LOGS_STREAM = "logs_stream" ;
27
28
export const AUDIT_STREAM = "audit_stream" ;
@@ -34,3 +35,4 @@ export const LOGS_ISSUE_STREAM = "logs_issue_stream";
34
35
export const LOGS_PATTERN_STREAM = "logs_pattern_stream" ;
35
36
export const LOGS_TRANSACTION_STREAM = "logs_transaction_stream" ;
36
37
export const EVENT_STREAM = "event_stream" ;
38
+ export const RUM_STREAM = "rum_stream" ;
Original file line number Diff line number Diff line change @@ -871,6 +871,7 @@ const enumsMap: { [key: string]: any[] } = {
871
871
"logs_pattern_stream" ,
872
872
"logs_transaction_stream" ,
873
873
"event_stream" ,
874
+ "rum_stream" ,
874
875
] ,
875
876
ListStreamWidgetDefinitionType : [ "list_stream" ] ,
876
877
LogStreamWidgetDefinitionType : [ "log_stream" ] ,
You can’t perform that action at this time.
0 commit comments