im trying to get the concept of the spring boot actuator metrics. Actuator metrics are implemented by Micrometer. The dependency is already included in the actuator starter pom, I guess? There is a "/metrics" endpoint. But where is the data saved? For the hole time, my application is running?
I can add other monitoring systems like prometheus. It will scrape the data from the /prometheus endpoint. But, its just another format of the same data?