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: Type of display to use for the request.
24279
24280
enum:
@@ -25045,6 +25046,81 @@ components:
25045
25046
x-enum-varnames:
25046
25047
- TIMESERIES
25047
25048
- TOPLIST
25049
+
WildcardWidgetDefinition:
25050
+
description: >-
25051
+
Custom visualization widget using Vega or Vega-Lite specifications. Combines standard Datadog data requests with a Vega or Vega-Lite JSON specification for flexible, custom visualizations.
25052
+
properties:
25053
+
custom_links:
25054
+
description: List of custom links.
25055
+
items:
25056
+
$ref: "#/components/schemas/WidgetCustomLink"
25057
+
type: array
25058
+
requests:
25059
+
description: List of data requests for the wildcard widget.
Request object for the wildcard widget. Each variant represents a distinct data-fetching pattern: scalar formulas, timeseries formulas, list streams, and histograms.
0 commit comments