FiberDumpRecord
PackageAxial
Structured diagnostic snapshot of a fiber, taken at a single point in time.
Fields
| Name | Type | Description |
|---|---|---|
| Id | Id | The fiber id. |
| Name | Name | The diagnostic name given at the fork site, if any. |
| ParentId | ParentId | The parent fiber id, if available. |
| 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 had settled when the snapshot was taken. |
| Status | Status | The fiber status when the snapshot was taken. |

