Api::V1::CapturesController#invoke (avg 12340ms, max 12340ms)
Service
cupixworks-api
Occurrences
1
Status
Reported
Confidence
85%
Actionability
44%
Cluster ID
663ba9b7-3fdf-42d3-8d2c-504b673e8523
First Seen
2026-06-30 23:40 UTC
Last Seen
2026-06-30 23:40 UTC
Actions
Api::V1::CapturesController#invoke (avg 12340ms, max 12340ms)
What Happened#
2026-07-01 08:40 KST에 cupixworks-api 서비스의 POST /api/v1/captures/:id/invoke 요청 한 건이 12.34초 동안 지속되었다. 요청 자체는 HTTP 200으로 성공했지만, Invokable::CapturesController#invoke 액션이 동기적으로 무거운 재처리(reset/reprocess) 경로를 실행하면서 latency APM cluster 로 감지되었다. resolution_state 가 error 였던 Capture 722662를 error → processing 으로 되돌리는 재실행이었다.
Quick Facts#
| Field | Value |
|---|---|
| resource_name | Api::V1::CapturesController#invoke |
| service | cupixworks-api |
| tenant | cupix |
| avg_duration_ms | 12340 |
| max_duration_ms | 12340 |
| region | us-west-2 |
| env | production |
| sample_trace_id | 8502887697686579514 |
| capture_id (sample) | 722662 |
Affected Teams#
| Team / Domain | Error Count | Impact |
|---|---|---|
| cupixworks-api / Capture reprocess flow | 1 | 단일 사용자가 admin/reprocess UI 에서 12초 이상 대기. HTTP 200 으로 정상 완료됨. |
Timeline#
- 2026-07-01 08:40:25 KST —
POST /api/v1/captures/722662/invoke요청 시작 (clusterfirst_seen, APM span 기록 시점). - 2026-07-01 08:41:44 KST — 응답 반환 (HTTP 200). Access log 기록. 클러스터의 12.34s span 을 포함한 request-lifetime.
- 2026-07-01 08:42:02 KST — 클라이언트가 이어서
PUT /api/v1/captures/722662(update) 실행. - 2026-07-01 08:43:30 KST —
PUT /api/v1/captures/722662/check_zip_uploading(200) — zip 업로드 확인 성공. - 2026-07-01 08:44:17 KST —
reconstruction_state has transitioned from error to processing on Capture 722662— 재처리 상태 진입 확인. - 2026-07-01 08:45:38 KST —
Zip lambda status_code(202) on Capture 722662— zip lambda 호출 수락. - 2026-07-01 08:45:43 KST —
Reconstruction job is created for capture 722662. job_id: 1164884(CaptureInvoker#create_3d_reconstruction) — 실제 재구성 job 큐잉.
Scoring#
Confidence 85% · Actionability 44%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 12 code refs, 6 log queries |
| Code path explicitness | 3/3 | 12 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 | 5/5 | trivial |
| Affected files | 1/5 | 12 file(s) |
| Single repo | 1/3 | 4 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 |