上QQ阅读APP看书,第一时间看更新
References and related reading
Related to the code in this chapter, the following are links to documentation for frameworks, programming languages, and other code.
- Sinatra is a web framework for Ruby and has excellent online documentation at http://sinatrarb.com/
- The StatsD Ruby library documentation is at http://www.rubydoc.info/github/reinh/statsd/Statsd
- I am using Ruby 2.5.0, whose documentation is at https://ruby-doc.org/core–2.5.0/
- An overview of StatsD—https://github.com/etsy/statsd/
- The Prometheus Go client documentation—https://godoc.org/github.com/prometheus/client_golang/prometheus
- The Go language documentation—https://golang.org/doc/
- An overview of Prometheus—https://prometheus.io/
- Oxford Dictionaries (https://en.oxforddictionaries. com/definition/monitor)
Future reading
No book should ever be the sum of all knowledge. It is impossible. As I mentioned earlier, there are many monitoring philosophies, and while the following books and websites touch on some of them, neither my chapter, nor these other books are the be all and end all.
- Distributed Systems Observability, Sridharan Cindy, O'Reilly Media, 2018, distributed-systems-observability-ebook.humio.com/
- Monitoring, the Prometheus Way, Volz Julius, YouTube, 8 May 2017, www.youtube.com/watch?v=PDxcEzu62jk
- Think Stats, 2nd edition, Downey Allen, O'Reilly Media, 2014
- The Art of Monitoring, Turnbull James, 2016