You could download the 'appstats' library written by Guido Van Rossum here(https://sites.google.com/site/appengineappstats/) and include it in your app. Then you could map whatever URL you want to the stats.
On Mar 31, 7:36 am, vivpuri <[email protected]> wrote: > AppEngine team, thanks for adding the PerformanceProfilingapp. But > the choice of url: /stats is not the best choice this late in the > game. I dont think /stats was a reserved url handler anyway. And a > you can guess, after appengine being live for this long amount of > time, there can be apps using this url handler. At least this is the > case with my app. In simpler words, can we have the url handler > changed to /_stats for the PerformanceProfiling? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
