-
Notifications
You must be signed in to change notification settings - Fork 1
[FEAT] 메인서버의 애플리케이션 성능 측정을 위한 프로메테우스 의존성 추가 (build.gradle) #294
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
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
[✨ feat] 잘못된 JWT 토큰 요청에 대한 Rate Limit 적용
… into develop # Conflicts: # src/main/java/org/terning/terningserver/auth/ratelimit/RateLimitingService.java # src/main/java/org/terning/terningserver/common/security/jwt/filter/CustomJwtAuthenticationEntryPoint.java # src/main/java/org/terning/terningserver/common/security/jwt/filter/JwtAuthenticationFilter.java # src/test/java/org/terning/terningserver/service/ScrapServiceTest.java
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.
📄 Work Description
⚙️ ISSUE
💬 To Reviewers
Node Exporter를 사용하여 메인서버의 자원(CPU, 메모리, 디스크 I/O, 네트워크 트래픽)을 수집하여 프로메테우스에서 메트릭을 수집하고 이를 그라파나로 시각화하는 것까지 완료했습니다!build.gradle에 프로메테우스 관련 의존성을 추가했어요!🔗 Reference
해당 노션에 구축과정 등에 대해 정리를 모두 해두고 있어요! (터닝 공유 학습문서)
편하게 한 번 읽어봐주시고 낼 같이 어떤 부분을 더 모니터링 하면 좋을지 얘기해보면 좋을 것 같아요!