FiberMetadataRecord

PackageAxial
Diagnostic metadata for a running fiber.

Fields

NameTypeDescription
IdIdThe unique fiber id.
NameNameThe diagnostic name given at the fork site (Flow.forkNamed), if any.
ParentIdParentIdThe parent fiber id, if the fiber was forked from another fiber.
AnnotationsAnnotationsThe runtime annotations in scope at the fork site.
StartedAtStartedAtThe UTC timestamp when the fiber started.
SettledAtSettledAtThe UTC timestamp when the fiber settled, if it has.
StatusStatusThe current fiber status.
ObservedObservedWhether the fiber's outcome was consumed (Flow.join, Flow.interrupt) or explicitly detached at birth (Flow.forkDetached).