Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 896 Bytes

File metadata and controls

20 lines (16 loc) · 896 Bytes

Before you begin, make sure you have:

The examples in this section use these variables and Grafana functions:

  • $symbol: a variable used to filter results by stock symbols.
  • $__timeFrom()::timestamptz & $__timeTo()::timestamptz: Grafana variables. You change the values of these variables by using the dashboard's date chooser when viewing your graph.
  • $bucket_interval: the interval size to pass to the time_bucket function when aggregating data.