This is my presentation on Go and Google App Engine for the March 2021 GoBridge / Go Developer's Network meetup (on St Patrick's Day). In this presentation I talk about monitoring and debugging GAE apps: using trace IDs to correlate logs, profiling in GCP, and monitoring via custom OpenCensus metrics. I also show how to deploy a simple service to App Engine and use IAP for security.
The code is available at https://github.com/matt4biz/go-gae-ex... the examples are similar to what I use for the profiling segment of my class ( • Go Class: 36 Profiling ).
Slides at: https://github.com/matt4biz/go-class-...