Api::V1::VideosController#upload_url (avg 10333ms, max 10333ms)
Service
cupixworks-api
Occurrences
1
Status
Reported
Confidence
85%
Actionability
44%
Cluster ID
018f6326-a687-4e1a-919e-cf0739f18a49
First Seen
2026-07-29 23:13 UTC
Last Seen
2026-07-29 23:13 UTC
Actions
Api::V1::VideosController#upload_url (avg 10333ms, max 10333ms)
What Happened#
2026-07-30 08:13 KST 시점에 cupixworks-api 서비스의 POST /api/v1/videos/:id/upload_url 요청 하나가 10,333 ms(=10.3초) 소요되어 latency cluster 로 감지되었다. 응답 자체는 200 OK 로 성공했다(직후 access log 로 확인됨). 동일 endpoint 는 같은 클라이언트가 곧이어 보낸 후속 요청들에서는 정상 시간(1분 내 여러 건 200 OK)으로 응답했으므로, 지속적 latency degradation 이 아니라 단일 요청에서 발생한 tail-latency spike 이다.
Quick Facts#
| Field | Value |
|---|---|
| resource_name | Api::V1::VideosController#upload_url |
| top_frame | app/controllers/api/v1/videos_controller.rb:54-59 |
| downstream call | VideoRepository#upload_url → Capture.find + @model.resource_uploading (state machine transition) |
| avg / max duration | 10,333 ms / 10,333 ms |
| occurrences | 1 |
| env | production, region us-west-2, tenant cupix |
| sample trace | 3188310188230743847 |
Affected Teams#
단일 요청, 사용자 영향은 최소이며, 특정 팀 도메인을 특정할 수 있는 정보(request payload, user id)는 API 로그에 노출되지 않았다.
| Team / Domain | Error Count | Impact |
|---|---|---|
Video upload flow (cupixworks-api) |
1 | 단일 요청 10.3초 지연, HTTP 200 성공. 후속 요청은 정상. |
Timeline#
- 2026-07-30 08:08 KST — status board 가 인접 latency cluster
fde39d65(AerialPhotosController#index, 33s) 를 감지하며svc:cupixworks-api::unknownincident 를 open (started_at2026-07-29T23:00:02Z). - 2026-07-30 08:13:17 KST — 이번 cluster 의 slow request(10.3s) 발생,
last_event_at갱신. - 2026-07-30 08:13:29 KST — 동일 endpoint 로
POST /api/v1/videos/703876/upload_url이200 OK로 access log 에 기록 (Datadogservice:cupixworks-api "VideosController#upload_url"). - 2026-07-30 08:14:39 KST —
POST /api/v1/videos/703877/upload_url200 OK. - 2026-07-30 08:15:50 KST —
POST /api/v1/videos/703878/upload_url200 OK— 후속 요청 정상 latency 로 복귀.
Scoring#
Confidence 85% · Actionability 44%
Confidence#
| Dimension | Score | Detail |
|---|---|---|
| Evidence completeness | 5/5 | 21 code refs, 9 log queries |
| Code path explicitness | 3/3 | 21 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 | 16 file(s) |
| Single repo | 1/3 | 6 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 |