firefly icon indicating copy to clipboard operation
firefly copied to clipboard

Firefly is a web application aimed at powerful, flexible time series graphing for web developers.

Results 29 firefly issues
Sort by recently updated
recently updated
newest added

In Aurora and standard release Firefox, scrolling the mouse is rather jittery compared to Chrome. This could just be Chrome having a faster js engine, but perhaps there is something...

bug

The library should be updated or check to see if Firefox will natively support the range element before the Mutation Event is deprecated. `[01:36:53.373] Use of Mutation Events is deprecated....

future-proofing

Ganglia has trendlines now (http://ganglia.info/?p=497); seems like a neat feature, let's add them as a graph option.

feature

At this time, we use sqlite as our only datastore. This should be up to whoever is using the software and able to change in different environments.

feature

The whole token-auth system is not a great means of cryptographic security between the UI server and the data server. It would be better to implement some kind of one...

bug

We currently commit the cardinal sin of graphing by not including units on our y-axis. I'm not sure how we'd implement this, since we primarily consume RRDs and I don't...

bug

It would be useful to be able to display two related groups of data-sources on the same graph where each group has a different magnitude. This can be achieved with...

feature

Every time the renderer worker updates the graph, it's actually fetching the entire data window. This seems entirely wasteful. Let's create some in-memory structures on the client side to hold...

feature

The front-end should be able to filter annotations by type. This is useful for different dashboards to be able to only annotate graphs with events they care about.

feature