tasseo
tasseo copied to clipboard
Live dashboard for Graphite
Browser on client - Webserver hosting tasseo - Graphite server The http://webserver:5000 returns the list of dashboards as expected Clicking on an example dashboard, brings up the dashboard, but only...
Hi, Tasseo is great for my purposes of displaying available metrics. However I use only JavaScript part, without this additional Ruby stuff (I have my own webserver with build-in company-wide...
Sometimes graphite changes the target attribute it returns, so tasseo should not rely on it to find the data points. This PR makes tasseo use the alias, which I think...
If you are for some reason unable to add the proper CORS headers to your graphite instance you can use this simple proxy to bypass the restriction.
Could not reopen #85 , added below comment for #85 . Please help. Pardon my ignorance , but I still cant get it right. I have graphite working on my...
Presently the y axis maximum on graphs will be dependent on the sample of data in the time period visible to the graph. This optional parameter will allow you to...
Hi, I'm currently observing an issue when placing a padding ("target": false) element between graphs in Tasseo. When I add these padding graphs, the dashboard fails to load completely for...
Hi, the commit 2 months ago (https://github.com/obfuscurity/tasseo/commit/fdc6d170e49790844204eb752ee7d4c5dd182d2a) to address the alignment problem when Graphite fails to find values for the requested metric has an undesirable side effect when composite functions...
Is there a way to define what graphite url to pull a metric from in the dashboard files? Like if you have more than 1 graphite cluster?
Unless I've missed it, I don't believe these is a clean way to define the base URI for tasseo. Example: http://myserver.com/tasseo/ I've configured apache to put it under /tasseo and...