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
34 changes: 9 additions & 25 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3202,10 +3202,8 @@ components:
- value
type: object
FunnelWidgetDefinition:
description: 'The funnel visualization displays a funnel of user sessions that
description: The funnel visualization displays a funnel of user sessions that
maps a sequence of view navigation and user interaction in your application.

'
properties:
requests:
description: Request payload used to query items.
Expand Down Expand Up @@ -4895,9 +4893,7 @@ components:
description: 'The list stream visualization displays a table of recent events
in your application that

match a search criteria using user-defined columns.

'
match a search criteria using user-defined columns.'
properties:
legend_size:
$ref: '#/components/schemas/WidgetLegendSize'
Expand Down Expand Up @@ -5805,19 +5801,15 @@ components:
line.
example: 'rule_name_1 foo

rule_name_2 bar

'
rule_name_2 bar'
type: string
support_rules:
default: ''
description: List of support rules for the grok parser, separated by a new
line.
example: 'rule_name_1 foo

rule_name_2 bar

'
rule_name_2 bar'
type: string
required:
- match_rules
Expand Down Expand Up @@ -7134,9 +7126,7 @@ components:


This field is in preview. The draft value is only available to customers with
the feature enabled.

'
the feature enabled.'
enum:
- draft
- published
Expand Down Expand Up @@ -14026,9 +14016,7 @@ components:
- LG
SplitGraphWidgetDefinition:
description: 'The split graph widget allows you to create repeating units of
a graph - one for each value in a group (for example: one per service)

'
a graph - one for each value in a group (for example: one per service)'
properties:
has_uniform_y_axes:
description: Normalize y axes across graphs
Expand Down Expand Up @@ -15146,9 +15134,7 @@ components:

rkuWJOgQs8IZZaIv2BXIa2R4OlgkBN9bkUDNCJiBeb/AXlzBBko7b15fjrBs2+cTQtp

Z3CYWFXG8C5zqx37wnOE49mRl/+OtkIKGO7fAE

'
Z3CYWFXG8C5zqx37wnOE49mRl/+OtkIKGO7fAE'
type: string
type:
$ref: '#/components/schemas/SyntheticsBasicAuthSigv4Type'
Expand Down Expand Up @@ -24344,7 +24330,7 @@ components:
display_type:
description: "Combination of:\n - A severity error, warning, ok, or info\n
\ - A line type: dashed, solid, or bold\nIn this case of a Distribution
widget, this can be set to be `x_axis_percentile`.\n"
widget, this can be set to be `x_axis_percentile`."
example: error dashed
type: string
label:
Expand Down Expand Up @@ -37615,9 +37601,7 @@ paths:
summary: Multi Raw Messages
value: 'hello

world

'
world'
simple-raw-message:
description: 'Submit log string. Log attributes can be passed as query
parameters in the URL. This enables the addition of tags or the
Expand Down
Loading