May 2019
Intermediate to advanced
442 pages
11h 36m
English
Not all applications are built with Prometheus-compatible instrumentation. Sometimes, no metrics are exposed at all. In these cases, we can rely on exporters. The following diagram shows how they work:

An exporter is nothing more than a piece of software that collects data from a service or application and exposes it via HTTP in the Prometheus format. Each exporter usually targets a specific service or application and as such, their deployment reflects this one-to-one synergy.
Nowadays, you can find exporters for pretty much any service you need, and if ...
Read now
Unlock full access