Fix/#98 monitoring no data - #99
Conversation
Develop
Fix: otel collector 버전 수정
Fix: kafka 백그라운드 트레이스 필터
There was a problem hiding this comment.
Code Review
This pull request configures monitoring metrics for Kafka and Redis (Lettuce) by registering Micrometer listeners and recorders in Spring Boot, and updates the Grafana provisioning files to use static datasource UIDs. However, the Grafana dashboard JSON file suffered severe encoding corruption (mojibake) during saving, which broke the Korean text and introduced syntax errors (such as missing closing quotes) that will cause Grafana provisioning to fail. The reviewer comments correctly identify these critical encoding issues and suggest restoring the UTF-8 text.
| "textMode": "auto" | ||
| }, | ||
| "title": "5xx 에러율", | ||
| "title": "5xx ?먮윭??, |
There was a problem hiding this comment.
파일 저장 시 인코딩이 깨지면서(Mojibake) 한글 텍스트가 손상되었고, 이 과정에서 닫는 큰따옴표(")가 누락되었습니다. 이 현상은 147행뿐만 아니라 359행, 365행, 553행, 607행, 709행, 715행, 777행, 857행, 905행, 911행, 947행, 1011행 등 파일 전반에 걸쳐 발생하고 있습니다.\n\n이로 인해 올바르지 않은 JSON 형식이 되어 Grafana 프로비저닝 중 파싱 에러가 발생하고 대시보드가 정상적으로 로드되지 않습니다. 전체 파일을 UTF-8 인코딩으로 다시 저장하고 깨진 한글 텍스트를 복구해야 합니다.
"title": "5xx 에러율",| ] | ||
| }, | ||
| "description": "CatchEat 백엔드 모니터링 - HTTP / JVM / DB / Redis / Kafka", | ||
| "description": "CatchEat 諛깆뿏??紐⑤땲?곕쭅 - HTTP / JVM / DB / Redis / Kafka", |
| "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, | ||
| "id": 1, | ||
| "title": "요약", | ||
| "title": "?붿빟", |
- 제미나이 코드 리뷰 반영
📢 기능 설명
필요시 실행결과 스크린샷 첨부




연결된 issue
연결된 issue를 자동을 닫기 위해 아래 {이슈넘버}를 입력해주세요.
close #98
✅ 체크리스트