Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- fastcampus
- 자동
- aws
- hive
- Redis
- Zeppelin
- spring
- Mac
- Jenkins
- 자바
- ec2
- 젠킨스
- login
- redash
- 설정
- 간단
- Kafka
- 로그인
- vue
- 머신러닝
- Cluster
- config
- 예제
- EMR
- SpringBoot
- 레디스
- 클러스터
- java
- gradle
- Docker
Archives
- Today
- Total
목록dashboard (1)
코알못
5분 안에 구축하는 hystrix - Dashboard 연동
hystrix circuit open/close 상태를 알기 위해 log 를 찍어 둘 수 있지만 dash board 를 이용해 실시간으로 확인 할 수 있다. 그러나 해당 대시보드는 실시간으로만 확인 가능하고 이전에 circuit open/close 상태를 볼 수 없어 로그를 찍어 두는 것을 추천 한다! 그럼 이용해보자! 1. dashboard 프로젝트를 만든다. # build.gradle implementation 'org.springframework.cloud:spring-cloud-starter-netflix-hystrix-dashboard:2.2.9.RELEASE' // hystrix dashboard # application - @EnableHystrixDashboard 추가 @EnableHyst..
JAVA
2022. 1. 30. 23:53