[appengine-java] Datastore Stats for High Replication

2011-04-15 Thread leo
Is it just me unlucky or Datastore Statistics are not implemented yet for HR 
datastore?
I mean not programmatically (did not test yet) but on the Apps page:
https://appengine.google.com/datastore/statistics?app_id=s~...version_id=...

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

attachment: Screen shot 2011-04-12 at 2.19.21 PM.png

[appengine-java] Datastore stats

2010-06-07 Thread keyurva
I am querying the __Stat_Kind__ kind. It does not return me entities
about kinds that currently exist in the datastore but it includes
entities about kinds that I had deleted more than a week ago.

I am not so much concerned about it returning me the non-existent
kinds - the doc does mention this scenario after all.

But I am concerned that it does not return me info about my current
kinds. Is this a known issue or am I doing something wrong?

---

Also, on the dev server neither __Stat_Kind__ nor __Stat_Total__
return any entities. Which means I need to deploy my app to appspot
before I can test this behavior. It would be nice if the dev server
did return some basic info.

Thanks,
Keyur

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