Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(panel): override byQuery is of type byFrameRefID #163

Merged
merged 2 commits into from
Jan 30, 2024
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
2 changes: 1 addition & 1 deletion custom/panel.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ local getPanelName(type) =
byName: commonOverrideFunctions + { type:: 'byName' },
byRegexp: commonOverrideFunctions + { type:: 'byRegexp' },
byType: commonOverrideFunctions + { type:: 'byType' },
byQuery: commonOverrideFunctions + { type:: 'byQuery' },
byQuery: commonOverrideFunctions + { type:: 'byFrameRefID' },
// TODO: byValue takes more complex `options` than string
byValue: commonOverrideFunctions + { type:: 'byValue' },
},
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/alertGroups/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/alertList/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/barChart/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/barGauge/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/candlestick/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/canvas/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/dashboardList/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/datagrid/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/debug/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/gauge/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/geomap/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/heatmap/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/histogram/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/logs/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/news/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/nodeGraph/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/pieChart/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/stat/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/stateTimeline/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/statusHistory/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/table/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/text/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/timeSeries/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/trend/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion docs/API/panel/xyChart/standardOptions/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
2 changes: 1 addition & 1 deletion gen/grafonnet-v10.0.0/custom/panel.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ local getPanelName(type) =
byName: commonOverrideFunctions + { type:: 'byName' },
byRegexp: commonOverrideFunctions + { type:: 'byRegexp' },
byType: commonOverrideFunctions + { type:: 'byType' },
byQuery: commonOverrideFunctions + { type:: 'byQuery' },
byQuery: commonOverrideFunctions + { type:: 'byFrameRefID' },
// TODO: byValue takes more complex `options` than string
byValue: commonOverrideFunctions + { type:: 'byValue' },
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ PARAMETERS:

* **value** (`string`)

`new` creates a new override of type `byQuery`.
`new` creates a new override of type `byFrameRefID`.
#### fn byQuery.withPropertiesFromOptions

```jsonnet
Expand Down
Loading
Loading