SPAN_KIND_PRODUCER constant
Span_SpanKind
const 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.
Implementation
static const Span_SpanKind SPAN_KIND_PRODUCER =
Span_SpanKind._(4, _omitEnumNames ? '' : 'SPAN_KIND_PRODUCER');