The problem: You have a GAE/Java app using large amounts of datastore reads & writes and you'd like some insight into what's causing it: kinds, namespaces, what queries, even what places in your code.
This open-source project can help: https://github.com/stickfigure/objectify-insight In short, it writes aggregated statistics to BigQuery. Through multiple layers of aggregation (in the instance, plus in a pull queue), this scales to thousands of requests per second without impacting the performance of your application (or giving you a big BQ bill). Despite the name, you do not need to use Objectify to use this software (although it works well with it). You do need to have a reasonable understanding of BigQuery - there's no UI here, it just gets the data into BQ. If you have any questions, ask them on the objectify google group: https://groups.google.com/forum/#!forum/objectify-appengine Huge thanks go out to BetterCloud (http://www.bettercloud.com/) for funding this project! Jeff -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
