FiberMetadataRecord
PackageAxial
Diagnostic metadata for a running fiber.
Fields
| Name | Type | Description |
|---|---|---|
| Id | Id | The unique fiber id. |
| Name | Name | The diagnostic name given at the fork site (Flow.forkNamed), if any. |
| ParentId | ParentId | The parent fiber id, if the fiber was forked from another fiber. |
| Annotations | Annotations | The runtime annotations in scope at the fork site. |
| StartedAt | StartedAt | The UTC timestamp when the fiber started. |
| SettledAt | SettledAt | The UTC timestamp when the fiber settled, if it has. |
| Status | Status | The current fiber status. |
| Observed | Observed | Whether the fiber's outcome was consumed (Flow.join, Flow.interrupt) or explicitly detached at birth (Flow.forkDetached). |

