Results 51 comments of Adam Alpern

Well, having completed the "highlight averages/deviants" transform, I knocked this one out pretty quickly too. Because it's so specific to one metrics provider, however, I'm going to do some needed...

The first is already there, the second could be useful.

@tzach I do have some future plans for a more extensive graph builder which will probably involve some basic metric picking. In the end you're always going to need to...

In order to properly distinguish between reference and included items on the browser side, a `dashboard_reference` item should not actually be _replaced_ by the contents of the dashboard it refers...

Making included items un-editable should actually be easy. Add an `item.imported=true` attribute to each item imported from another dashboard; The `ds-edit-bar` template just checks that, and renders nothing if it's...

Oh, this is interesting - https://github.com/nknapp/promised-handlebars

Nope - all calls to graphite are made from the browser, and there are currently no plans to implement a caching HTTP proxy for graphite (if you want a dashboard...

The main issue with doing it in python is that it's single-threaded; you need to run multiple instances of tessera under a WSGI front-end (we use `gunicorn`) to scale if...

Sure - I'll see what I can dig up.

Hi, could you perhaps provide some more context? If you're using the graphite renderer, `secondYAxis` will be interpreted and rendered by Graphite itself, so that should work just fine. The...