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
6 changes: 6 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6075,6 +6075,9 @@ components:
- rum_stream
- llm_observability_stream
- issue_stream
- security_runtime_stream
- security_signals_stream
- incidents_stream
example: logs_stream
type: string
x-enum-varnames:
Expand All @@ -6092,6 +6095,9 @@ components:
- RUM_STREAM
- LLM_OBSERVABILITY_STREAM
- ISSUE_STREAM
- SECURITY_RUNTIME_STREAM
- SECURITY_SIGNALS_STREAM
- INCIDENTS_STREAM
ListStreamWidgetDefinition:
description: |-
The list stream visualization displays a table of recent events in your application that
Expand Down
3 changes: 3 additions & 0 deletions lib/datadog_api_client/v1/models/list_stream_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ class ListStreamSource
RUM_STREAM = "rum_stream".freeze
LLM_OBSERVABILITY_STREAM = "llm_observability_stream".freeze
ISSUE_STREAM = "issue_stream".freeze
SECURITY_RUNTIME_STREAM = "security_runtime_stream".freeze
SECURITY_SIGNALS_STREAM = "security_signals_stream".freeze
INCIDENTS_STREAM = "incidents_stream".freeze
end
end
Loading