Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SpanLimits.php

function SpanLimits::getEventCountLimit

Return value

int Maximum allowed span event count

File

vendor/open-telemetry/sdk/Trace/SpanLimits.php, line 34

Class

SpanLimits

Namespace

OpenTelemetry\SDK\Trace

Code

public function getEventCountLimit() : int {
    return $this->eventCountLimit;
}
RSS feed
Powered by Drupal