akumuli / Akumuli

Time-series database
http://akumuli.org
Apache License 2.0
836 stars 84 forks source link

request akumuli-datasource to be able to select values above threshold #363

Open igor-zacharov opened 4 years ago

igor-zacharov commented 4 years ago

Grafana 6.7.2 and akumuli-datasource 1.3.11. This is an enhancement request.

I'm trying to hide series with only zeros. This can be done in the legend ("Hide series with nulls/zeros"), but the graph is still displayed (and upsets the automatic scale). If the query could be accompanied with a threshold I could select >0 and prevent the data to arrive in the first place. For example, this seems to be possible with influxdb using their query editor.

Thank you.

Lazin commented 4 years ago

This is possible to do using the query language but not yet supported by the plugin. I'll try to add this feature in next pluging release.