nexus-agents - v2.80.0
    Preparing search index...

    Interface GraphEdgeDisplay

    Simplified edge for graph display.

    interface GraphEdgeDisplay {
        from: string;
        to: string;
        count: number;
        successRate: number;
        avgLatencyMs: number;
    }
    Index

    Properties

    from: string
    to: string
    count: number
    successRate: number
    avgLatencyMs: number