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: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ Enter these values when creating the datasource in Grafana.
37
37
5. Query will be run after selection or clicking outside the input or by clicking the Refresh button
38
38
6. Additional Queries can be added using the "Add Query" button to use both Channel and Calculated Channel queries in the same panel
39
39
40
-
41
40
#### Selection Types
42
41
43
42
Selection of Assets, Runs, and Channels can be done using multiple different input types. Input type may be changed using the "Change input type" button.
@@ -79,7 +78,7 @@ the string value of the variable when the query is executed.
79
78
80
79
#### Caching
81
80
82
-
To improve performance, queries are cached by panel for a given query and associated interval (sample rate). If the
81
+
To improve performance, queries are cached by panel for a given query and associated interval (sample rate). If the
83
82
query range changes, but the query is otherwise the same, only the missing data on either side will be fetched. In the case
84
83
where the right side of the query range is close to live, new data will always be queried for data between now and the last 10 minutes.
0 commit comments