Skip to content

Fix/#98 monitoring no data - #99

Merged
johe00123 merged 8 commits into
developfrom
fix/#98-monitoring-no-data
May 28, 2026
Merged

Fix/#98 monitoring no data#99
johe00123 merged 8 commits into
developfrom
fix/#98-monitoring-no-data

Conversation

@johe00123

Copy link
Copy Markdown
Contributor

📢 기능 설명

필요시 실행결과 스크린샷 첨부
카프카1
카프카2
레디스 2
레디스 3

연결된 issue

연결된 issue를 자동을 닫기 위해 아래 {이슈넘버}를 입력해주세요.

close #98

✅ 체크리스트

  • PR 제목 규칙 잘 지켰는가?
  • 추가/수정사항을 설명하였는가?
  • 이슈넘버를 적었는가?

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ?먮윭??,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

파일 저장 시 인코딩이 깨지면서(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",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

대시보드 파일의 설명(description) 부분에 인코딩 깨짐 현상이 발생했습니다. UTF-8 인코딩으로 파일을 저장하여 한글이 올바르게 표시되도록 수정해야 합니다.

  "description": "CatchEat 백엔드 모니터링 - HTTP / JVM / DB / Redis / Kafka",

"gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 },
"id": 1,
"title": "요약",
"title": "?붿빟",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

대시보드 그룹 제목(title)에 인코딩 깨짐 현상이 발생했습니다. '요약'으로 복구해야 합니다.

      "title": "요약",

@johe00123
johe00123 merged commit 2e4297b into develop May 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants