[Spring][스크랩] Spring Boot 공식 문서
Spring Boot
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/
Spring Boot Reference Documentation
This section goes into more detail about how you should use Spring Boot. It covers topics such as build systems, auto-configuration, and how to run your applications. We also cover some Spring Boot best practices. Although there is nothing particularly spe
docs.spring.io
Spring Boot Actuator
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#actuator
Spring Boot Reference Documentation
This section goes into more detail about how you should use Spring Boot. It covers topics such as build systems, auto-configuration, and how to run your applications. We also cover some Spring Boot best practices. Although there is nothing particularly spe
docs.spring.io
Actuator Web API
https://docs.spring.io/spring-boot/docs/3.2.4/actuator-api/htmlsingle
Spring Boot Actuator Web API Documentation
The prometheus endpoint provides Spring Boot application’s metrics in the format required for scraping by a Prometheus server. 19.1. Retrieving All Metrics To retrieve all metrics, make a GET request to /actuator/prometheus, as shown in the following cur
docs.spring.io