SPAN_KIND_INTERNAL constant
Span_SpanKind
const SPAN_KIND_INTERNAL
Indicates that the span represents an internal operation within an application, as opposed to an operation happening at the boundaries. Default value.
Implementation
static const Span_SpanKind SPAN_KIND_INTERNAL =
Span_SpanKind._(1, _omitEnumNames ? '' : 'SPAN_KIND_INTERNAL');