aip_sdk.TopologyEdge
aip_sdk.TopologyEdge
A directed relationship between two entities, with occurrence counts.
span_count is the number of child-span occurrences on this direct edge;
trace_count is the number of distinct traces the edge was observed in.
aip_sdk.TopologyEdge.kind
aip_sdk.TopologyEdge.kind: str = 'call'
No docstring is defined in the source.
aip_sdk.TopologyEdge.model_config
aip_sdk.TopologyEdge.model_config = ConfigDict(extra='allow')
No docstring is defined in the source.
aip_sdk.TopologyEdge.source
aip_sdk.TopologyEdge.source: Entity
No docstring is defined in the source.
aip_sdk.TopologyEdge.span_count
aip_sdk.TopologyEdge.span_count: int = 1
No docstring is defined in the source.
aip_sdk.TopologyEdge.target
aip_sdk.TopologyEdge.target: Entity
No docstring is defined in the source.
aip_sdk.TopologyEdge.trace_count
aip_sdk.TopologyEdge.trace_count: int = 1
No docstring is defined in the source.