SPAN_KIND_CONSUMER constant
Span_SpanKind
const SPAN_KIND_CONSUMER
Indicates that the span describes consumer receiving a message from a broker. Like the PRODUCER kind, there is often no direct critical path latency relationship between producer and consumer spans.
Implementation
static const Span_SpanKind SPAN_KIND_CONSUMER =
Span_SpanKind._(5, _omitEnumNames ? '' : 'SPAN_KIND_CONSUMER');