obfuscurity / descartes

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

Metrics pagination #73

Open obfuscurity opened 11 years ago

obfuscurity commented 11 years ago

Upon loading the Metrics tab we're forced to download the entire metrics cache. For large sites this can cause a lengthy delay. Ideally we should only request the first 50 (/metrics/?limit=50) and then paginate (/metrics/?limit=50&page=2).