auxesis / visage

Graph collectd metrics in the browser, backed by a JSON API
http://visage-app.com/
Other
381 stars 56 forks source link

Make granularity of graph selectable #51

Open auxesis opened 13 years ago

auxesis commented 13 years ago

Sometimes on especially large dataset you want the data to be averaged out.

RRD has a resolution function that can do this automagically.

This should be exposed through the UI.

jessereynolds commented 12 years ago

With the addition of the 95th Percentile feature, the visage server now does downsampling of data before sending to the user (currently set to a target of between 1,000 and 2,000 samples per series). This range could be twiddled with a slider in the UI. Similarly, zooming in on the graph could refetch higher resolution samples for the reduced timespan.