actuator2 Spring Cloud (MSA) - 모니터링 (Actuator, Prometheus, Grafana) 개요 배포를 한 뒤에 내가 내가 배포한 서버가 잘 동작하는지 어떻게 동작하고 있는지 서버의 상태를 확인할 수가 없었습니다. 그래서 모니터링하는 기술들이 있었는데 적용해본 기술들은 다음과 같습니다,. Spring Actuator Prometheus Grafana 그라파나를 사용하기 위해서는 프로메테우스의 정보가 필요하고 프로메테우스를 사용하기 위해서는 /actuator/prometheus 와 같이 연결이 필요했습니다. 그래서 Spring Actuator, Prometheus, Grafana 순으로 적용시켜보았습니다. 환경 Win11 Spring boot 2.7.8 Docker Engine v20.10.21 Spring Actuator implementation 'org.springframework.boot.. 2023. 2. 16. Spring Cloud (MSA) - HATEOAS, HAL Explorer, Static Filtering, Actuator HATEOAS Hypermedia as the Engin of Application State Spring HATEOAS : 하이퍼링크 자원과 함께 HAL(JSON Hypertext Application Language) 자원들 생성 Link라는 클래스로 다른 자원에 접근할 수 있는 링크 하이퍼미디어를 제공 다른 상태로 전이할 수 있는 링크 레퍼런스를 제공 org.springframework.boot spring-boot-starter-hateoas EntityModel A simple EntityModel wrapping a domain object and adding links to it. EntityModel 로 전달 import static org.springframework.hateoas.ser.. 2022. 11. 24. 이전 1 다음