Expand description
Graph topology validation for span relationships
Validates graph structure of OTEL spans including:
- Required edges (must_include)
- Forbidden edges (must_not_cross)
- Acyclicity checks
Structsยง
- Graph
Expectation - Graph topology expectations for span relationships
- Graph
Validator - Graph validator for span relationships