SpanKind::SPAN_KIND_PRODUCER
Indicates that the span describes a producer sending a message to a broker. Unlike CLIENT and SERVER, there is often no direct critical path latency relationship between producer and consumer spans. A PRODUCER span ends when the message was accepted by the broker while the logical processing of the message might span a much longer time.
Generated from protobuf enum <code>SPAN_KIND_PRODUCER = 4;</code>
File
-
vendor/
open-telemetry/ gen-otlp-protobuf/ Opentelemetry/ Proto/ Trace/ V1/ Span/ SpanKind.php, line 52
Class
- SpanKind
- SpanKind is the type of span. Can be used to specify additional relationships between spans in addition to a parent/child relationship.
Namespace
Opentelemetry\Proto\Trace\V1\SpanCode
const SPAN_KIND_PRODUCER = 4;