Search code examples
data-visualizationmetricsgraphite

GUI for statsd data other than Graphite?


I just installed graphite/statsd for production use. I'm really happy with it, but one of my co-workers asked me if there was a way to make it look prettier. Honestly, I can't say that I haven't wonder the same.

Are there alternatives to the Graphite UI that do a better job rendering data, perhaps using one of the awesome frontend graphing libraries and http push?


Solution

  • On the latest Graphite docs page, there is a list of tools which work with Graphite. For reference, here are the ones which seem to be prettification-based:

    Additional interesting resources:

    • Graphitoid: (an Android-App dashboard)
    • Graphitejs: (a jQuery plugin for making/displaying Graphite graphs)
    • Seyren: (an alerting dashboard for Graphite)

    For details on each one, check out their pages, or take a look at the description on the first link I added, for the Graphite docs page.