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
Copy file name to clipboardExpand all lines: pkg/dashboards/types.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -518,11 +518,11 @@ type DashboardVariableOptions struct {
518
518
// DashboardVariableOptionsInput - Options applied to the variable
519
519
typeDashboardVariableOptionsInputstruct {
520
520
// With this turned on, query condition defined with the variable will not be included in the query.
521
-
Excludedbool`json:"excluded,omitempty"`
521
+
Excluded*bool`json:"excluded,omitempty"`
522
522
// Only applies to variables of type NRQL. With this turned on, the time range for the NRQL query will override the time picker on dashboards and other pages. Turn this off to use the time picker as normal.
0 commit comments