Appstats estimates its own overhead, it is one of the ms estimates. It is generally pretty low (a few ms), but if you are running a high performance or high QPS site I would probably not leave it on in production.
Robert On Tue, Oct 5, 2010 at 17:28, Kangesh Gunaseelan <[email protected]> wrote: > Confirmed that this is to do with how authentication is set. > I was able to get appstats working on development server instance as well as > a production instance. Production instance is similarly configured to beta > instance (the problematic one that I had couple posts on) but Google > Accounts login shows up when I try to access /appstats/stats/ and I am able > to see appstats for the production and development instance. > One additional request besides getting the beta instance fixed... > What kind of overhead does appstats introduce? Do you recommend turning it > on in production? > I would really like beta instance to be fixed. Google support team - my beta > app name is chitterbeta. > Thanks much! > > On Tue, Oct 5, 2010 at 2:12 PM, Kangesh Gunaseelan <[email protected]> > wrote: >> >> I updated >> >> <admin-console> >> >> <page name="Appstats" url="/appstats/stats" /> >> >> >> </admin-console> >> >> but I am still seeing error. Error logs have this warning: >> >> Authentication for the Google Apps domain mydomain.com can only be >> performed when requests are served from a subdomain of that domain or it has >> been approved through the Google Apps Control Panel. See >> http://code.google.com/appengine/articles/auth.html >> >> I use a regular google account-based login to deploy the app and access >> the dashboard. I had previously enabled [email protected] (which happens >> to be a Google Apps domain) to also be able to deploy the app. Is >> authentication the issue here as the error log points to an authentication? >> >> By the way, I removed [email protected] from Application Settings (so the >> only account has permissions to deploy is a regular google account) but >> Google Apps is still the only authentication option listed. >> >> Google support team, can you please help here? >> >> Thanks! >> >> On Tue, Oct 5, 2010 at 11:35 AM, Kangesh Gunaseelan <[email protected]> >> wrote: >>> >>> I am stumped on this issue for some reason.. >>> I have vanilla appstats configuration to web.xml and deployed properly >>> but the request to appname.appspot.com/appstats/ reports a server error: >>> >>> Error: Server Error >>> >>> The server encountered an error and could not complete your request. >>> >>> If the problem persists, please report your problem and mention this >>> error message and the query that caused it. >>> >>> Web.xml contains the exact stock configuration from app engine >>> documentation added to web.xml...i.e. appstats filter, appstats servlet, and >>> the security contraint (from >>> http://code.google.com/appengine/docs/java/tools/appstats.html)..all added >>> to web.xml and redeployed. I tried with and without the security constraint >>> but I get the same error. >>> On a related note, I also tried enabling Appstats short cut in >>> admin-console per one of the blog postings and I get an error not found - >>> What does /stats map to though? Where is that specified? >>> >>> <admin-console> >>> >>> <page name="Appstats" url="/stats" /> >>> >>> </admin-console> >>> >>> Can someone help please? >>> Thanks. >> > > -- > 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. > -- 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.
