[Observability] Alertmanager 라우팅과 채널별 알림 전달 검증 추가 - #337
Merged
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
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.
문제와 결과
Prometheus가 비동기 파이프라인 이상을 감지해도 Alertmanager 연결과 수신 경로가 없어 운영자가 애플리케이션 밖에서 경보를 받을 수 없었습니다. 이 변경으로 Prometheus 경보를 Alertmanager에 전달하고, 기본 설치에서는 Alertmanager UI에만 보관하며, 운영자는 설정 파일을 선택해 조직의 알림 채널을 연결할 수 있습니다.
변경 내용
cluster,environment,severity,service기준으로 경보를 그룹화하고 warning/critical 반복 주기를 분리했습니다.검증
./monitoring/verify.sh --e2eui-onlyreceiver, inhibition 규칙 로딩 확인monitoring/alertmanager/secrets/.gitkeep뿐임을 확인Closes #335