Skip to content

Instantly share code, notes, and snippets.

@Rand0mB0t
Created October 26, 2020 08:49
Show Gist options
  • Save Rand0mB0t/d1f18556adbd8092de9892166f7cd1fe to your computer and use it in GitHub Desktop.
Save Rand0mB0t/d1f18556adbd8092de9892166f7cd1fe to your computer and use it in GitHub Desktop.
Stackdriver Tracer/profiler
- Check performance
- What will be the impact to the user
- Be able to analyse answer what can be imporved
Stackdriver Debugger
- debug the app engine code
- debugger snapshots
- debugger Logpointsv
Links
Setting up the debugger - https://cloud.google.com/debugger/docs/setup
Logpoint - https://cloud.google.com/debugger/docs/using/logpoints
Snapshot - https://cloud.google.com/debugger/docs/using/snapshots
logs panel - https://cloud.google.com/debugger/docs/using/logs-panel
cluod trace - https://cloud.google.com/trace/docs/overview
Setting up trace - https://cloud.google.com/trace/docs/setup
cloud profiling - https://cloud.google.com/profiler/docs/concepts-profiling
complete the codelab - https://codelabs.developers.google.com/codelabs/cloud-profiler#0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment