-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dashboard-autodiscover example doesn't draw graphs #26
Comments
Hey @kjoconnor my apologies, I'm surprised at myself - I can't understand how I missed your issue! |
hi @jondot I'm having similar challenges, looks like it accesses the dashboard json fine, but doesn't show anything in console or in graphs. My question is whether I can just change the stock autodiscover example to point to the right host and dashboard name and expect it to work or not. Is there more to it than that? ... Manually calling the same url that graphene tries, seems to work fine: Should that work in Graphene? |
Same problem here. I can see in the apache logs a hit to the graphite dashboard returning a 200, but graphene shows nothing, just the background "diagmonds". Is the problem in graphene or is it in the example? |
I was able to make it work by proxying the requests to Graphite. Looks like a XSS security issue. |
Hello, same problem for me. No datas about Graphite shows by "dashboard-autodiscover.html". Could you help ? |
Adding on to it. It does not work for me too. |
Hi, me neither... Here is how I did it: go to your apache2 graphite.conf file.
If you want to know more about what happens, here are my references: |
I have the autodiscover example running, it seems to grab the data sources as it draws the correct number of SVG objects in the window and I can see it polling in the Javascript console, but the graphs themselves never show up.
I get this in the console as well but not sure if this is related:
jquery-1.7.1.min.js:4 Resource interpreted as Script but transferred with MIME type text/json: "http://<hostname>:8000/render?width=500&from=-2hours&until=now&height=400&target=*.stat.requests&uniq=0.30485176341608167&title=*.stat.requests&format=json&jsonp=jQuery171029370606574229896_1347397300623&_=1347397500894".
The text was updated successfully, but these errors were encountered: