November 2018
Intermediate to advanced
390 pages
10h 8m
English
We can see that Prometheus has many components. The center of the Prometheus architecture is the Prometheus server, which we can run either as one or multiple servers in our infrastructure. This server will actively pull the metrics from our applications. We can directly use the Prometheus metrics in our code base and expose our application on a HTTP endpoint in a specific format where it can pull the parameter. We can then configure it later on our dashboards. In other words, it will scrape and store time-series data:

Read now
Unlock full access