ES /docs

Api::V1::ReviewsController#create (avg 4349ms, max 4349ms)

Service
cupixworks-api
Occurrences
2
Status
Reported
Confidence
85%
Actionability
28%
Cluster ID
fca5dac6-8668-44e9-850c-7014d3fcb323
First Seen
2026-05-31 23:46 UTC
Last Seen
2026-06-01 02:48 UTC
Actions

Api::V1::ReviewsController#create (avg 4349ms, max 4349ms)

What Happened#

2026-05-31 ap-southeast-2 리전에서 Api::V1::ReviewsController#create 요청이 4,349ms로 완료되었다. HTTP 200으로 성공했으나, DB 쿼리 시간은 59ms에 불과하고 나머지 ~4,290ms가 애플리케이션 레벨 동기 처리(Elasticsearch 인덱싱, AWS Kinesis 이벤트 발행, Draftable 재저장, Segment 분석 등)에 소비되었다.

Quick Facts#

Field Value
resource_name Api::V1::ReviewsController#create
top_frame app/factories/review_factory.rb:32base_factory.rb:124
env production, ap-southeast-2
duration 4,349ms (DB: 59ms, View: 0.06ms)
trace_id 3197111432434643601

Affected Teams#

Team / Domain Error Count Impact
built (team 16) 1 Review 생성 API 응답 지연 — 사용자 체감 4초+ 대기

Timeline#

  1. 2026-06-01 08:46:38 KST — ReviewsController#create 요청 수신
  2. 2026-06-01 08:46:40 KST — UserFactory group provisioning + permission cache flush 시작
  3. 2026-06-01 08:46:40 KST — EventService.publish_event 완료 (Kinesis put_records!)
  4. 2026-06-01 08:46:42~43 KST — NotificationService recipe 생성 (3건 순차 처리)
  5. 2026-06-01 08:46:43 KST — 요청 완료 (HTTP 200, 4347ms)

Scoring#

Confidence 85% · Actionability 28%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 17 code refs, 5 log queries
Code path explicitness 3/3 17 file:line refs
Log evidence 3/3 section, query, pattern
RCA structure 3/3 3/3 sections
Revision history 0/3 0 revision(s)
Agent execution 3/3 success

Actionability#

Dimension Score Detail
Fix complexity 1/5 critical
Affected files 1/5 18 file(s)
Single repo 1/3 2 service(s)
Immediate actions 0/3 absent
Testability 0/3 no test info
External dependency 1/3 external deps found
Data migration 3/3 no migration