Contents
prometheus
Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud.
Prometheus collects and stores its metrics as time series data, i.e. metrics information is stored with the timestamp at which it was recorded, alongside optional key-value pairs called labels.
Binaries:
Micrometer in spring boot
In Spring Boot we can have micrometer deployed so it returns metrics when prometheus scrapes it.