namespace Opentelemetry\Proto\Trace\V1\Span
Object name | File name | Summary |
---|---|---|
Event | vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Event.php | Event is a time-stamped annotation of the span, consisting of user-supplied text description and key-value pairs. |
Link | vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Link.php | A pointer from the current span to another span in the same trace or in a different trace. For example, this can be used in batching operations, where a single batch handler processes multiple requests from different traces or when the handler… |
SpanKind | vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/SpanKind.php | SpanKind is the type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship. |