App Engine multiple apps monitoring dashboard

I run a number of webapps on Google App Engine. I’m looking for a monitoring dashboard that shows me health metrics (HTTP response codes, latency, etc.) from multiple App Engine apps at the same time, on the same page. Ideally it should also pull metrics from Google’s APIs directly, as opposed to requiring me to instrument my code.

So far, most of what I’ve seen only shows a single app at a time: Google Cloud Console, Google’s Android app, Stackdriver, Datadog, etc. HawkEye looks like it might work, but it hasn’t managed to actually pull up any of my apps’ metrics yet.

I tried making a simple HTML page with iframes for each of my apps’ monitoring dashboards, but Google blocks that with X-Frame-Options. :/

(Also, these are side projects, so I’m willing to pay a little if necessary, e.g. $10s/mo, but not more.)

Also on ServerFault.

Leave a Reply

Your email address will not be published. Required fields are marked *