firefly
firefly copied to clipboard
Firefly is a web application aimed at powerful, flexible time series graphing for web developers.
Currently firefly graphs show localtime of the user's browser. This may not be the same timezone as the data being displayed is actually in, and makes it hard to compare...
When I try to edit the title of a graph, I get a box that says "undefined" instead of the title, and then when I go to save my new...
Graph #!8TG. Chrome 27.0.1453.65 beta (linux). I am connecting over a VPN, so it may be related to a slow network. I get a couple dozen of these: ``` Uncaught...
Occasionally I'd like to plot some function of two series, like cpu usage / access rate, or the difference between series. It'd be nice to be able to do arbitrary...
Uncomment lines 12-14 in tox.ini once done.
I'm sure we can minimize/batch the number of http calls to the graphite-web endpoint in graphite_http.py
Just tried creating a graph with a bunch of sources on it, then hit escape and lost all my work. I am sad now.
Back when Firefly was using RRDgraph on the backend to generate graphs, it wasn't feasible to combine data from multiple data centers or even from multiple data sources into one...
Right now the whole graph state is saved (along with a hash for some reason?) into the states table for shorturl tracking. This makes it really hard to change data...
If you remove a source that is referenced in a graph (for example, removing a directory from ganglia), any attempts to edit that graph will fail (so you have to...