Further reading
To learn more about the topics that were covered in this chapter, take a look at the following resources:
- Scrape Jitter: https://o11y.tools/oy-scrape-jitter/
- pprof:
- https://pkg.go.dev/runtime/pprof
- https://jvns.ca/blog/2017/09/24/profiling-go-with-pprof/
- https://www.robustperception.io/optimising-startup-time-of-prometheus-2-6-0-with-pprof/
- https://www.robustperception.io/analysing-prometheus-memory-usage/
- https://gist.github.com/slok/33dad1d0d0bae07977e6d32bcc010188
- Garbage collection: