forked from inception-health/otel-export-trace-action
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
In a recent trace published for a workflow run using this action as a final job within the same containing workflow (per #14 (comment)), one of the trace spans has the name "Queued" and a reported duration of 18446743100709.55 milliseconds, or 5,124,095 hours and eighteen minutes. The delay was never apparent while the workflow was running.
Is this action misinterpreting a duration reported by GitHub's API? I see that there's special handling of this span in this action's code:
otel-cicd-action/src/tracing/job.ts
Lines 139 to 140 in a335d59
const queueSpan = tracer.startSpan("Queued", { startTime }, queueCtx); | |
queueSpan.end(new Date(firstJob.started_at)); |
Metadata
Metadata
Assignees
Labels
No labels