You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Source from which to query items to display in the stream. apm_issue_stream, rum_issue_stream, and logs_issue_stream are deprecated. Use issue_stream instead.
6090
+
description: Source from which to query items to display in the stream. apm_issue_stream, rum_issue_stream, and logs_issue_stream are deprecated. Use issue_stream instead. apm_recommendations_stream is used to query APM recommendations, and supports filtering by environment, services, teams, recommendation types, and status.
6063
6091
enum:
6064
6092
- logs_stream
6065
6093
- audit_stream
@@ -6078,6 +6106,7 @@ components:
6078
6106
- security_runtime_stream
6079
6107
- security_signals_stream
6080
6108
- incidents_stream
6109
+
- apm_recommendations_stream
6081
6110
example: logs_stream
6082
6111
type: string
6083
6112
x-enum-varnames:
@@ -6098,6 +6127,7 @@ components:
6098
6127
- SECURITY_RUNTIME_STREAM
6099
6128
- SECURITY_SIGNALS_STREAM
6100
6129
- INCIDENTS_STREAM
6130
+
- APM_RECOMMENDATIONS_STREAM
6101
6131
ListStreamWidgetDefinition:
6102
6132
description: |-
6103
6133
The list stream visualization displays a table of recent events in your application that
Copy file name to clipboardExpand all lines: src/datadogV1/model/model_list_stream_query.rs
+87-1Lines changed: 87 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,12 @@ pub struct ListStreamQuery {
20
20
/// Compute configuration for the List Stream Widget. Compute can be used only with the logs_transaction_stream (from 1 to 5 items) list stream source.
/// Source from which to query items to display in the stream. apm_issue_stream, rum_issue_stream, and logs_issue_stream are deprecated. Use issue_stream instead.
23
+
/// Source from which to query items to display in the stream. apm_issue_stream, rum_issue_stream, and logs_issue_stream are deprecated. Use issue_stream instead. apm_recommendations_stream is used to query APM recommendations, and supports filtering by environment, services, teams, recommendation types, and status.
0 commit comments