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 <[email protected]> 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 [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.