Skip to content

Commit

Permalink
Add rum stream to API definition (#2581)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jul 19, 2024
1 parent fabab70 commit 567c7f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-07-19 16:49:28.724205",
"spec_repo_commit": "d47df1fc"
"regenerated": "2024-07-19 17:23:29.406813",
"spec_repo_commit": "e7026d11"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-07-19 16:49:28.741941",
"spec_repo_commit": "d47df1fc"
"regenerated": "2024-07-19 17:23:29.425147",
"spec_repo_commit": "e7026d11"
}
}
}
2 changes: 2 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4773,6 +4773,7 @@ components:
- logs_pattern_stream
- logs_transaction_stream
- event_stream
- rum_stream
example: apm_issue_stream
type: string
x-enum-varnames:
Expand All @@ -4787,6 +4788,7 @@ components:
- LOGS_PATTERN_STREAM
- LOGS_TRANSACTION_STREAM
- EVENT_STREAM
- RUM_STREAM
ListStreamWidgetDefinition:
description: 'The list stream visualization displays a table of recent events
in your application that
Expand Down
2 changes: 2 additions & 0 deletions api/datadogV1/model_list_stream_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const (
LISTSTREAMSOURCE_LOGS_PATTERN_STREAM ListStreamSource = "logs_pattern_stream"
LISTSTREAMSOURCE_LOGS_TRANSACTION_STREAM ListStreamSource = "logs_transaction_stream"
LISTSTREAMSOURCE_EVENT_STREAM ListStreamSource = "event_stream"
LISTSTREAMSOURCE_RUM_STREAM ListStreamSource = "rum_stream"
)

var allowedListStreamSourceEnumValues = []ListStreamSource{
Expand All @@ -40,6 +41,7 @@ var allowedListStreamSourceEnumValues = []ListStreamSource{
LISTSTREAMSOURCE_LOGS_PATTERN_STREAM,
LISTSTREAMSOURCE_LOGS_TRANSACTION_STREAM,
LISTSTREAMSOURCE_EVENT_STREAM,
LISTSTREAMSOURCE_RUM_STREAM,
}

// GetAllowedValues reeturns the list of possible values.
Expand Down

0 comments on commit 567c7f2

Please sign in to comment.