In a Graphana dashboard with several datapoints, how can I get the difference between the last value and the previouse one for the same metric? Perhaps the tricky part is that the tiem between 2 datapoins for the same metric is not know.
so the desired result is the <metric>.$current_value - <metric>.$previouse_value
for each point in the metricstring.
Edit: The metrics are stored in graphite/Carbon DB.
thanks