grafana / kairosdb-datasource

Data source plugin for KairosDB
Apache License 2.0
30 stars 62 forks source link

Add support for simple moving average (sma) aggregator #57

Closed errnoh closed 6 years ago

errnoh commented 7 years ago

Adds the support for KairosDB moving average aggregator (SmaAggregator).

interface elements

Without SMA: without

With SMA: without

Fixes #56