-
Notifications
You must be signed in to change notification settings - Fork 0
[Feat] Grafana 모니터링 스택 설정 추가 #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
42d4ae6
feat: Grafana 모니터링 스택 설정 추가
soeun2537 c65e85f
feat: 공용 로그 폴더에 로그 남기도록 변경
eoehd1ek e4c14d8
feat: application.yml 불필요 설정 제거
soeun2537 a9b81c4
remove: tracing 불필요 설정 삭제
eoehd1ek 0126650
refactor: 톰캣 메트릭 정보 설정 파일 위치 이동
eoehd1ek 75fce15
refactor: 빈 줄 삭제
eoehd1ek dc4b157
feat: Log, Trace AOP 분리
soeun2537 34e9783
feat: Alloy 설정 추가
soeun2537 da3c1a7
refactor: 생성자 주입 방식으로 변경
soeun2537 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
53 changes: 0 additions & 53 deletions
53
src/main/java/com/daedan/festabook/global/config/CloudWatchMetricsConfig.java
This file was deleted.
Oops, something went wrong.
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
taek2222 marked this conversation as resolved.
Show resolved
Hide resolved
|
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| management: | ||
| server: | ||
| port: 9000 | ||
| endpoints: | ||
| web: | ||
| exposure: | ||
| include: prometheus, health | ||
| metrics: | ||
| tags: | ||
| application: ${spring.application.name} | ||
| prometheus: | ||
| metrics: | ||
| export: | ||
| enabled: true | ||
| tracing: | ||
| sampling: | ||
| probability: 1.0 | ||
|
|
||
| metrics: | ||
| distribution: | ||
| percentiles-histogram: | ||
| http.server.requests: true | ||
| tracing: | ||
| enabled: true |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,7 @@ spring: | |
| hibernate: | ||
| ddl-auto: none | ||
| profiles: | ||
| include: secret | ||
| include: secret, monitoring | ||
| lifecycle: | ||
| # WAS 종료 대기 시간 15초로 설정 | ||
| timeout-per-shutdown-phase: 15s | ||
|
|
@@ -51,3 +51,8 @@ firebase: | |
| adminsdk: | ||
| account: | ||
| path: classpath:firebase/firebase-adminsdk-account.json | ||
|
|
||
| management: | ||
| tracing: | ||
| sampling: | ||
| probability: 1.0 | ||
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.