influxdata / influxdb-templates

This repo is a collection of dashboard templates used in the InfluxDB UI.
MIT License
7 stars 7 forks source link

remove window function from all single stat graph types using last #1

Closed russorat closed 5 years ago

russorat commented 5 years ago

for a single stat graph types using last, we just want a single value returned. so we should remove instances where there is a window before the last function in the query for all single stat graph types.

This would be an example: https://github.com/influxdata/influxdb-templates/blob/master/templates/system.json#L341

chnn commented 5 years ago

See also https://github.com/influxdata/influxdb/issues/13847