In Python applications, accessing appstats data is fairly
straightforward.  Once you've imported
google.appengine.ext.appstats.recording, you can simply call
recording.load_summary_protos or recording.load_full_proto.  I'm
guessing that the key structure or namespace used for Java appstats is
different, as using the same calls against a Java app with appstats
enabled does not return any results.

I can't, however, find any source files or documentation that identify
what key structure, namespace, and object model the Java version of
appstats uses.  Does anyone have that information available?  I'd like
to periodically analyze and potentially persist my appstats data, but
I'd prefer to avoid scraping the appstats stats page.

Thanks in advance for any help.

- Michael

-- 
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 [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-java?hl=en.

Reply via email to