obfuscurity / descartes

Introspective dashboard for Graphite
MIT License
502 stars 65 forks source link

render target url prepending "." #144

Closed rodriguezsergio closed 10 years ago

rodriguezsergio commented 10 years ago

I'm not sure why this is, but in Chrome Dev Tools I see render?target=.collectd.server[truncated]. I've encountered a similar issue when I used Graphiti and I had replaced webapp/graphite/metrics/views.py with the one here: https://github.com/graphite-project/graphite-web/pull/293/files

I've moved the graphite install to a fresh server since then, so I've went ahead and replaced the views.py file once again. I restarted the services, but I'm not seeing any change in the Network tab.

I'm out of ideas. Anyone else see this?

Edit: I'm running graphite 0.9.10 by the way.

rodriguezsergio commented 10 years ago

Re-running https://github.com/hw-cookbooks/graphite/blob/master/recipes/web.rb#L84 with the patched views.py already in place seems to have fixed this.