In this chapter, we discussed the different methodologies of comparing code quality across versions:
- Utilizing the Go Prometheus exporter
- APM tools
- SLIs and SLOs
- Utilizing logging
Utilizing all of these techniques can help you to determine where your application isn't performing as it is expected to. Knowing these things can help you to iterate rapidly and produce the best software that you can.
Throughout the course of this book, you've learned about application performance and how it pertains to Go. I hope this book will help you to think about web performance while you are writing applications. Always keep performance in the forefront of your mind. Everyone enjoys performant applications, and hopefully this book will help you do your part as a developer in making them.