Thanks for the answer It's very useful.

Thanks so much.

Saludos.
Moisés Belchín.



2012/4/12 Jason Collins <jason.a.coll...@gmail.com>

> You can filter in appengine_config.py like this:
>
> appstats_FILTER_LIST = [{'PATH_INFO': '!^/your/unwanted/handler/here/
> $'}]
>
> The "!" at the front tells appstats that you don't want that in your
> recording.
>
> google/appengine/ext/appstats/sample_appengine_config.py has a whole
> bunch of other goodness in it.
>
> j
>
> On Apr 12, 1:55 am, Moises Belchin <moisesbelc...@gmail.com> wrote:
> > Hi all,
> >
> > Is there any way to disable appstats only for one handler through
> app.yaml ?
> >
> > How can I get additional infor for appstats advanced configuration ?
> >
> > I want to disable appstats for remote_api handler.
> >
> > - url: /_ah/remote_api
> >    script: google.appengine.ext.remote_api.handler.application
> >    login: admin
> >
> > Thanks so much.
> >
> > Saludos.
> > Moisés Belchín.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to