Skip to content

Commit 1cbc55d

Browse files
committed
Add Alias to the docs
1 parent 2c337b5 commit 1cbc55d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/query-editor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The **Fields** tab is where you select the data to extract from the JSON documen
1515

1616
- **Field** must contain a valid [JSONPath](./jsonpath.md) expression and can return one or more elements.
1717
- **Type** defines the JSON type of the elements returned by the **Field** expression. By default, Grafana uses the types in the JSON document. If **Type** is set to a different type than the original property type, Grafana tries to parse the value.
18+
- **Alias** overrides the default name of the field.
1819

1920
This can be useful in cases where the API returns quoted numbers, e.g. `"price": "3.49"`.
2021

0 commit comments

Comments
 (0)