Stackdriver is great because it is built-in, so its trivial to get started. It is not (yet) a very sophisticated data visualization and alerting tool though.
We are starting to look into using Datadog, since it permits you to create graphs and alerts on queries over custom metrics, which we are starting to need. In both cases: Getting *custom* metrics from App Engine code into Stackdriver or Datadog is a small pain. We've written a small custom "stats aggregator" that reads from a pull queue and sends to the appropriate API. Our application then writes a task to that queue at the end of each request, with the stats that were updated. On Thursday, October 6, 2016 at 11:05:42 PM UTC-4, An N wrote: > > I need to set up monitoring for some App Engine projects so I can get > statistics and alerts about errors, traffic, utilisation, things like that. > > Does anyone have experience with Stackdriver/Sentry/Datadog/Rollbar/... on > Google App Engine? Mind sharing what you like or don't like about your > setup? > -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/86a1bc31-d95f-48df-9d90-e63e6cf9b14e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
