-
Notifications
You must be signed in to change notification settings - Fork 0
Develop #81
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
Develop #81
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
ecc19e7
Merge branch 'develop' of https://github.com/catchtable-clone/backendโฆ
johe00123 9c0bed6
Merge branch 'develop' of https://github.com/catchtable-clone/backendโฆ
johe00123 e7dd003
test
silkair 5e956b3
chore: ์์ฝ ๋์์ฑ ์ ์ด์ฉ Redis ์ธํ๋ผ ์ค์ (#77)
johe00123 7a06c24
feat: ์์ฝ ์ฌ๋กฏ ์์ฑ ๋ฒ์ 30์ผ -> 90์ผ ํ๋
johe00123 1f025b2
chore: RedissonClient ๋น ์ค์ ์ถ๊ฐ (#77)
johe00123 838c81e
Merge pull request #78 from catchtable-clone/refactor/#77-redis-concuโฆ
johe00123 dcd9769
feat : kafka ๋ถ์ฐฉ
silkair e8aa535
fix : docker-compose-prod ์ต์ ํ
silkair 949dd6d
Merge branch 'develop' into refactor/#76-noti-kafak
silkair 1f32e10
Feat: ๋ชจ๋ํฐ๋ง ์ค์
jaebeom79 42b5e29
Merge pull request #79 from catchtable-clone/refactor/#76-noti-kafak
jaebeom79 2f3a9bb
Merge branch 'develop' into monitoring
jaebeom79 8ec559c
Feat: resilience4j ๋ฉํธ๋ฆญ
jaebeom79 3cc5f0e
Fix: ๋ชจ๋ํฐ๋ง ์ฝ๋๋ฆฌ๋ทฐ
jaebeom79 58229d6
Merge pull request #80 from catchtable-clone/monitoring
jaebeom79 4993e0f
Fix: kafka ๋ฌดํ ์ฌ์๋ ์์
jaebeom79 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
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
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
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
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
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,36 @@ | ||
| receivers: | ||
| otlp: | ||
| protocols: | ||
| grpc: | ||
| endpoint: 0.0.0.0:4317 | ||
|
|
||
| processors: | ||
| # OTel Semantic Conventions v1.23.0 ์ดํ ์์ฑ๋ช ๋ณ๊ฒฝ (http.target โ url.path ๋ฑ) ํธํ ์ํด | ||
| # coalesce(??)๋ก ๊ตฌ๋ฒ์ ยท์ ๋ฒ์ ์์ฑ ๋ ๋ค ์๋. | ||
| filter/drop_noise: | ||
| error_mode: ignore | ||
| traces: | ||
| span: | ||
| - 'IsMatch(attributes["http.target"] ?? attributes["url.path"] ?? "", "^/actuator.*")' | ||
| - 'IsMatch(attributes["http.target"] ?? attributes["url.path"] ?? "", "^/favicon.*")' | ||
| - '(attributes["http.status_code"] ?? attributes["http.response.status_code"]) == 404 and not IsMatch(attributes["http.target"] ?? attributes["url.path"] ?? "", "^/(api|swagger-ui|api-docs).*")' | ||
|
|
||
| batch: | ||
| timeout: 5s | ||
| send_batch_size: 1024 | ||
|
|
||
| exporters: | ||
| otlp/jaeger: | ||
| endpoint: jaeger:4317 | ||
| tls: | ||
| insecure: true | ||
|
|
||
| service: | ||
| pipelines: | ||
| traces: | ||
| receivers: [otlp] | ||
| processors: [filter/drop_noise, batch] | ||
| exporters: [otlp/jaeger] | ||
| telemetry: | ||
| logs: | ||
| level: info |
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 |
|---|---|---|
| @@ -1,20 +1,15 @@ | ||
| global: | ||
| scrape_interval: 15s | ||
| evaluation_interval: 15s | ||
| external_labels: | ||
| cluster: catchtable | ||
| env: prod | ||
|
|
||
| scrape_configs: | ||
| # Spring Boot Actuator (Micrometer) | ||
| - job_name: 'catchtable-app' | ||
| metrics_path: '/actuator/prometheus' | ||
| static_configs: | ||
| - targets: ['app:8080'] | ||
| labels: | ||
| service: catchtable-backend | ||
|
|
||
| # Prometheus ์์ฒด ๋ฉํธ๋ฆญ | ||
| - job_name: 'prometheus' | ||
| static_configs: | ||
| - targets: ['localhost:9090'] |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ณด์์ ์ปจํ ์ด๋๋ฅผ root ๊ถํ(
user: "0")์ผ๋ก ์คํํ๋ ๊ฒ์ ๊ถ์ฅ๋์ง ์์ต๋๋ค. ํธ์คํธ ์์คํ ์ ๋ณผ๋ฅจ ๊ถํ ๋ฌธ์ ๊ฐ ์๋ค๋ฉด, ์ ์ ํ UID/GID๋ฅผ ์ง์ ํ๊ฑฐ๋ Dockerfile์์ ๊ถํ ์ค์ ์ ์ฒ๋ฆฌํ๋ ๋ฐฉ์์ด ๋ ์์ ํฉ๋๋ค.