Versions in this module Expand all Collapse all v0 v0.0.3 Dec 24, 2025 Changes in this version + type Edge struct + Backpressured bool + BandwidthLimit int + Label string + Latency int + PipelineStages []PipelineStage + Source int + Target int + type Frame struct + ConfigHash string + Cycle int + Edges []Edge + InFlightCount int + Nodes []Node + Paused bool + Stats *Stats + type GlobalStats struct + AvgEndToEndDelay float64 + Completed int + CompletionRate float64 + MaxDelay int + MinDelay int + TotalRequests int + type MasterStats struct + AvgDelay float64 + CompletedRequests int + MaxDelay int + MinDelay int + type Node struct + Capabilities []string + DownstreamBackpressure bool + ID int + InQueueBackpressure bool + Label string + Metadata map[string]string + OutQueueBackpressure bool + Payload map[string]any + Queues []Queue + Type string + type PacketEntry struct + DstID int + ID int + MessageType string + SrcID int + TransactionType string + Type string + type PipelineStage struct + PacketCount int + StageIndex int + type Queue struct + Capacity int + Length int + Name string + Packets []PacketEntry + type SlaveStats struct + AvgQueueLength float64 + MaxQueueLength int + TotalProcessed int + type Stats struct + Global *GlobalStats + PerMaster []MasterStats + PerSlave []SlaveStats