FiberDumpTelemetryModule
PackageAxial.Telemetry
Exports structured fiber dumps into traces.
Summary
| Name | Signature | Synopsis |
|---|---|---|
| record | FiberDumpTelemetry.record registry | Records the registry's current live-fiber tree on the active trace: as an axial.flow.fiber.dump event on the current activity when one exists, otherwise as a standalone axial.flow.fiber.dump span. |
Records the registry's current live-fiber tree on the active trace: as an
axial.flow.fiber.dump event on the current activity when one exists, otherwise as a standalone
axial.flow.fiber.dump span. The event carries axial.flow.fibers.live and the rendered
tree in axial.flow.fiber.dump.tree, so dumps land next to the traces they explain in any OTLP
backend, including the Aspire dashboard.
Parameters
| Name | Type | Description |
|---|---|---|
| registry | FiberRegistry | The registry to snapshot. |
Returns
unit

