-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Feature] - Prometheus, Grafana, Loki 설정 추가 #603
Conversation
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.
LGTM 입니닷!!
<springProfile name="local"> | ||
<property name="LOKI_URL" value="http://localhost:3100/loki/api/v1/push"/> | ||
</springProfile> | ||
<springProfile name="dev"> | ||
<property name="LOKI_URL" value="http://loki:3100/loki/api/v1/push"/> | ||
</springProfile> | ||
|
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.
이후에 prod 만 까먹지 않으면 될 것 같슴다!
저도 기억하고 있을게요 ㅎㅎ
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.
내부적으로 공유된 사안이라 어프루브 드립니다~
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.
LGTM~
✅ 작업 내용