Fix validity calculation for trace/span ID by mariojonke · Pull Request #2145 · open-telemetry/opentelemetry-python

@mariojonke

* fixes trace ID validation which was off by one and considered the max
  trace ID (0xffff...ffff) value as invalid.
* adds check to also validate a span ID for its max value
* adds checks that trace and span ID must not be negative

@mariojonke requested a review from a team

September 24, 2021 09:09

@mariojonke

srikanthccv

NathanielRN

srikanthccv

NathanielRN