I'm seeing this problem too. If I go to the stats page in the admin console I'm just seeing No statistics found. after the list of my entities.
I've waited patiently for one day but nothing has appeared. :-) I only have a small amount of data so I can't imagine I've gone over the 100k limt. Thanks. On Oct 15, 6:10 am, Peter Liu <[email protected]> wrote: > Do we need to "enable" the datastore stats? > > I tried the sample code (java) in both dev and production, and the > globalStat is always null. > > DatastoreService datastore = > DatastoreServiceFactory.getDatastoreService(); > Entity globalStat = datastore.prepare(new Query > ("__Stat_Total__")).asSingleEntity(); > //globalStat is null the next line will throw null pointer exception > Long totalBytes = (Long) globalStat.getProperty("bytes"); > Long totalEntities = (Long) globalStat.getProperty("count"); > > I don't see any stats in admin dashboard either. Did I miss something? > > Can someone post a working sample in java? 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 -~----------~----~----~----~------~----~------~--~---
