-
Notifications
You must be signed in to change notification settings - Fork 1
[ICC-242] 스카우터 스크립트 작성, 파일 추가 #125
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
Open
GulSauce
wants to merge
17
commits into
develop
Choose a base branch
from
ICC-242-scouter
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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 comment was marked as off-topic.
This comment was marked as off-topic.
Member
Author
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
GulSauce
commented
Jan 27, 2026
.github/resources/docker-compose.yml
Outdated
| ports: | ||
| - "${GREEN_PORT}:8080" | ||
| extra_hosts: | ||
| - "host.docker.internal:host-gateway" |
Member
Author
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.
host.docker.internal로 호스트 localhost의 다른 포트로 접속할수있게함
GulSauce
commented
Jan 27, 2026
|
|
||
| send_slack ">>> 사용하지 않는 Docker 이미지 정리(Prune)..." | ||
| send_slack ">>> 사용하지 않는 Docker 이미지 정리..." | ||
| docker images qasker/api --format "{{.Repository}}:{{.Tag}}" | grep -v ":latest" | xargs docker rmi |
Member
Author
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.
v 1.6.3등 태그가 이 아니여도 실행중 컨테이너가 가지고있는 이미지가 아니라면 지우게함
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.
📢 설명
해당 Pull Request에 대해 간략하게 설명해주세요!
New Relic -> Scouter로 변경
바꾼 이유는 의사선택 과정 참조
AI 서버에 scouter-server 설치
FastAPI가 가벼워서 RAM사용량이 적다고 판단. 공간이 더 많이 남을것이다
Scouter APM의 대략적인 구조
6100 UDP로는 요약 등의 데이터를 보낸다
6100 TCP로는 사용한 SQL구문등의 상세 데이터를 보낸다
의사 선택과정(trade-off)
얻었다
잃었다
코드 설명: 코멘트 확인
✅ 체크 리스트
http://ai.q-asker.com:6188/extweb/index.html접속Summary by CodeRabbit
New Features
Chores
Documentation
✏️ Tip: You can customize this high-level summary in your review settings.