Conversation
- AnswerService: @slf4j 추가 + answer_prepare, answer_upload_complete, answer_upload_already_done, answer_upload_recovery, answer_upload_failed, feedback_requested, feedback_transcription_saved, feedback_completed, feedback_failed_callback, feedback_error_callback 이벤트 추가 - DrillAnswerService: @slf4j 추가 + drill_prepare, drill_submit, drill_submit_already_done, drill_feedback_requested, drill_transcription_saved, drill_feedback_completed, drill_feedback_failed_callback, drill_feedback_error_callback 이벤트 추가 - FeedbackLambdaService: 기존 로그를 event=* 포맷으로 통일 (feedback_lambda_invoke, feedback_lambda_invoke_fail) - AnswerCleanupScheduler: 기존 로그를 event=* 포맷으로 통일 (scheduler_answer_cleanup_start, scheduler_answer_timeout, scheduler_feedback_timeout) 모든 로그는 key=value 인라인 형식(Loki LogQL 호환)을 따르며, audioUrl을 Loki↔CloudWatch 상관 키로 사용한다.
…pdateDrillTranscription)
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.
Summary
AnswerService,DrillAnswerService에@Slf4j추가 및 이벤트 로그 전면 도입FeedbackLambdaService,AnswerCleanupScheduler기존 로그를event=*key=value 포맷으로 통일DrillAnswerControllerupdateDrillTranscription메서드명 오류 수정 (g→updateDrillTranscription)추가된 이벤트 코드
AnswerService
answer_prepare·answer_upload_complete·answer_upload_already_done·answer_upload_recovery·answer_upload_failed·feedback_requested·feedback_transcription_saved·feedback_completed·feedback_failed_callback·feedback_error_callbackDrillAnswerService
drill_prepare·drill_submit·drill_submit_already_done·drill_feedback_requested·drill_transcription_saved·drill_feedback_completed·drill_feedback_failed_callback·drill_feedback_error_callbackFeedbackLambdaService
feedback_lambda_invoke·feedback_lambda_invoke_failAnswerCleanupScheduler
scheduler_answer_cleanup_start·scheduler_answer_timeout·scheduler_feedback_timeout로그 포맷
모든 WAS 로그는 기존 합의된
key=value인라인 형식 유지.audioUrl을 Loki ↔ CloudWatch 상관 키로 사용.Test plan
answer_prepare→feedback_completed이벤트 순서 확인feedback_failed_callback+reason=FBR0002확인feedback_lambda_invokestatusCode=202 확인