Merged
Conversation
- metric을 수집하기 위해서 Actuator와 Prometheus 의존성을 추가합니다. - 어떤 타입의 데이터들을 수집할 것인지 application.yml 파일에 설정 내용을 반영합니다. - 어떤 주기로 어떤 데이터들을 실시간으로 수집할 것인지 prometheus.yml 파일에 설정 내용을 반영합니다. issue #27
- Prometheus와 Grafana에 접근하기 위한 컨테이너를 띄우고, 같은 네트워크로 묶는 설정을 추가했습니다. - 서브 도메인을 활용하여 해당 페이지로 접근할 수 있도록 합니다. issue #27
- nginx 설정에 서브 도메인 정보와 prometheus, grafana 연결 내용을 추가합니다. - ssl 보안 헤더를 통해서 해당 모니터링 툴에 접근함에 있어 보안을 강화했습니다. issue #27
- prometheus, grafana에 https 접근을 위해서 인증서 로직에 해당 서브 도메인을 추가했습니다. issue #27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ 연관된 이슈
issue #27
📝 작업 내용
Application
Docker Compose
Nginx
💬 리뷰 요구사항