FiberDumpTelemetryModule

PackageAxial.Telemetry
Exports structured fiber dumps into traces.

Summary

NameSignatureSynopsis
recordFiberDumpTelemetry.record registryRecords 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.

record

FiberDumpTelemetry.record registry
Member
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

NameTypeDescription
registryFiberRegistryThe registry to snapshot.

Returns

unit