Skip to content
Open
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
10 changes: 5 additions & 5 deletions content/en/api/v1/dashboards/examples.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions content/en/api/v1/dashboards/widgets.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14099,19 +14099,19 @@ components:
x-enum-varnames:
- NETFLOW_SANKEY
SankeyRumDataSource:
default: rum
description: Sankey widget with RUM data source.
default: product_analytics
description: Product Analytics or RUM data source type.
enum:
- rum
- product_analytics
example: rum
example: product_analytics
type: string
x-enum-varnames:
- RUM
- PRODUCT_ANALYTICS
SankeyRumQuery:
additionalProperties: false
description: Sankey widget with RUM data source query.
description: Query configuration for Product Analytics or RUM Sankey widget.
properties:
audience_filters:
$ref: "#/components/schemas/ProductAnalyticsAudienceFilters"
Expand Down Expand Up @@ -14151,7 +14151,7 @@ components:
type: object
SankeyRumQueryMode:
default: source
description: Sankey mode for RUM queries.
description: Sankey mode for Product Analytics or RUM queries.
enum:
- source
- target
Expand All @@ -14162,7 +14162,7 @@ components:
- TARGET
SankeyRumRequest:
additionalProperties: false
description: Sankey widget with RUM data source.
description: Sankey widget request for Product Analytics or RUM data source.
properties:
query:
$ref: "#/components/schemas/SankeyRumQuery"
Expand Down
Loading