February 2018
Beginner
290 pages
7h 28m
English
Let's take a look at how the system is implemented and how it can be set up as a monitoring solution. The Prometheus system can talk to the HTTP endpoints, so the conceptual architecture is as follows:

Taking a look at the overall architecture, including the Grafana and Alertmanager, the architecture looks as shown in the following diagram, which is from the official Prometheus GitHub page (https://github.com/prometheus/prometheus):

The exporters are akin to agents for the Prometheus as these become ...
Read now
Unlock full access