Hey,

The requirement I have is to have a table with columns as below
I'm using Grafana for visualisation with a 'Table' panel

Metric Name   Avg value of M1 b/w t1 and t2     Avg value of M1 b/w t3 and 
t4     %Increase/Decrease ( A2-A1/A1)
M1                        A1                                                
   A2                                          D1                          
                


Since A1, A2 and D1 are 3 separate time series.
The value appearing in the table for D1 is an 'average of averages' and not 
the global average that i'm looking for.
By average of averages what I mean is that D1 is calculated at each instant 
of time (like any other time series) and what we get eventually is an 
average of each individually calculated data points(which are 'average' 
values themselves).

I need to calculate the 'global average' %Deviation(of A2 compared to A1) 
instead of a 'moving average'. Since the value needs to go into a table and 
not a line graph.
Any thoughts on how should I go about it ?
 
I hope i'm clear enough. :)
 
regards,
Aju




-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/5baf18e6-3aae-4bc6-bde9-647e60508a49%40googlegroups.com.

Reply via email to