Get up to speed with Prometheus, the metrics-based monitoring system used by tens of thousands of organizations in production. This practical guide provides application developers, sysadmins, and DevOps practitioners with a hands-on introduction to the most important aspects of Prometheus, including dashboarding and alerting, direct code instrumentation, and metric collection from third-party systems with exporters.
This open source system has gained popularity over the past few years for good reason. With its simple yet powerful data model and query language, Prometheus does one thing, and it does it well. Author and Prometheus developer Brian Brazil guides you through Prometheus setup, the Node exporter, and the Alertmanager, then demonstrates how to use them for application and infrastructure monitoring.
Know where and how much to apply instrumentation to your application codeIdentify metrics with labels using unique key-value pairsGet an introduction to Grafana, a popular tool for building dashboardsLearn how to use the Node Exporter to monitor your infrastructureUse service discovery to provide different views of your machines and servicesUse Prometheus with Kubernetes and examine exporters you can use with containersConvert data from other monitoring systems into the Prometheus format
A generic introduction to Prometheus for beginners. It gives people an idea of what Prometheus is and, mainly, what it is NOT. Examples are very short, hello-world like and don't really cover any real world example. Overall it's like a reference of how to get it up and running and plotting data to Grafana.
Anyone who already know what Prometheus is, move along.
What os really annoying is the fact that in 2021 there are no other books on Prometheus.
The purpose of reading this book is to use Prometheus to add metric to the system. So I didn't read it completely, but focused on the first 12 chapters. In the content, it is a good introduction from the metric system to Prometheus and then how to use Prometheus. In addition, there is a lot of experience of the author. Until now, when searching for Prometheus-related content, many of them also go to the author's blog.
A superb book to guide your knowledge about the quintessential tool for monitoring and alerting: Prometheus. Theory, practice and useful tips make this book a formidable source of training; it has the right amount of technical description, hand-on practices and hacks and advice to fine tune the usage of this tool. Totally recommended.
Muy buen libro para entender Prometheus y los detalles alrededor de esta plataforma. Me faltó que profundizara en algunos de los problemas de Prometheus, pero creo que no es normal que un libro explicando muestre todos los problemas o demasiado énfasis sea hecho. Muy recomendable!
A very good technical manual on the usages of Prometheus to manage infrastructure. If this is a topic that interests you, this is a great introduction into system performance observability.
I have little experience in system monitoring. I found this book easy to read and interesting enough to want to continue my journey in learning monitoring. Reading this book was worth my time.