Time is not represented correctly on spans #1
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/opentelemetry-trace-export-forgejo-action#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While the duration is included in span tagging, the actual span start:stop interval isn't properly set, resulting in spans that really only represent the span processing instead of the operations being traced.
The duration should be used to set the start and stop time of the spans.