Module graph_validator

Module graph_validator 

Source
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ยง

GraphExpectation
Graph topology expectations for span relationships
GraphValidator
Graph validator for span relationships