Overrides SpanDataInterface::getTotalDroppedEvents
public function getTotalDroppedEvents() : int { return max(0, $this->totalRecordedEvents - count($this->events)); }