January 2020
Intermediate to advanced
640 pages
16h 56m
English
In order for Prometheus to be able to scrape metrics from our deployed services, we need to perform the following sequence of steps:
One of the key benefits of microservice-based architectures is that software engineers are no longer constrained by the use of a single programming language for building their services. It is quite common to see microservices written in Go communicating with other services written in Rust or Java. Nevertheless, the need to monitor services across the ...