ripienaar / gdash

A dashboard for Graphite
http://www.devco.net/
Apache License 2.0
754 stars 117 forks source link

support multiple graphite backends #60

Closed falkenbt closed 11 years ago

falkenbt commented 12 years ago

Hi,

what would need to be changed in order to allow overwriting of the graphite host that is currently being defined in /config/gdash.yaml?

As result I would like to be able to define the graphite host in the dashboard definition.

Thanks Thomas

ripienaar commented 12 years ago

i think it would be quite easy really, on the road at the moment for the next week or two - if u want to take a stab at it that'd be awesome

falkenbt commented 12 years ago

I gave it a shot: https://github.com/ripienaar/gdash/pull/61

falkenbt commented 12 years ago

now without the other commits. https://github.com/ripienaar/gdash/pull/62

blufor commented 11 years ago

hey @falkenbt, i'd suggest you try to stitch two carbon-caches with carbon-relay and serve that over single api endpoint. ymmv :]

falkenbt commented 11 years ago

That sounds like more work :) The above solutions works well for me. Our use case: multiple graphite installations in currently two different datacenters (more to come) with some sharing the same metric names. I would like to keep them seperated.