Hi @floral condor short question about the next NAbox release. Would it be possible to activate the regression analysis function for Grafana? https://community.grafana.com/t/how-to-add-trend-line-to-time-series-graph-from-psql/125122
Grafana Labs Community Forums
Grafana v10.4.0 (03f502a94d) I want to create a trend line on my time series graph that I am getting data from psql. This is my query I use to select data: SELECT time, SUM(disk_used_gb) AS “Total Disk usage” FROM disk_usage GROUP BY time ORDER BY 1; Is there anyway to add a trend (liner regression) line to this graph?