Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Span.php
function Span::hasStatus
File
vendor/
open-telemetry/
gen-otlp-protobuf/
Opentelemetry/
Proto/
Trace/
V1/
Span.php
, line 793
Class
Span
A Span represents a single operation performed by a single component of the system. The next available field id is 17.
Namespace
Opentelemetry\Proto\Trace\V1
Code
public
function
hasStatus
() {
return
isset
(
$this
->
status
); }
RSS feed