Skip to content

Comments

[KW-654] feat: add health check api#3

Merged
coffeesigma merged 1 commit intodevelopfrom
KW-654/feat/log-service-health-check
Jun 11, 2025
Merged

[KW-654] feat: add health check api#3
coffeesigma merged 1 commit intodevelopfrom
KW-654/feat/log-service-health-check

Conversation

@coffeesigma
Copy link
Contributor

@coffeesigma coffeesigma commented Jun 11, 2025

🔷 Jira Ticket ID

KW-654


📌 작업 내용 및 특이사항

  • add health check api

📚 참고사항

@coffeesigma coffeesigma self-assigned this Jun 11, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces a health check API endpoint to verify the service's status.

  • Added a new GET endpoint at "/health" in LogController.
  • Updated the controller to include an Operation annotation with summary and description for the new endpoint.
Comments suppressed due to low confidence (1)

src/main/java/com/doubleo/logservice/domain/log/controller/LogController.java:25

  • The method name 'HealthCheck' does not follow standard Java naming conventions. Consider renaming it to 'healthCheck' for consistency.
public String HealthCheck() {

@github-actions github-actions bot changed the title feat: add health check api [KW-654] feat: add health check api Jun 11, 2025
Copy link
Contributor

@midday2612 midday2612 left a comment

Choose a reason for hiding this comment

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

확인했습니다.

@coffeesigma coffeesigma merged commit 53b6896 into develop Jun 11, 2025
3 checks 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.

2 participants