Span$json top-level constant
Implementation
@$core.Deprecated('Use spanDescriptor instead')
const Span$json = {
'1': 'Span',
'2': [
{'1': 'trace_id', '3': 1, '4': 1, '5': 12, '10': 'traceId'},
{'1': 'span_id', '3': 2, '4': 1, '5': 12, '10': 'spanId'},
{'1': 'trace_state', '3': 3, '4': 1, '5': 9, '10': 'traceState'},
{'1': 'parent_span_id', '3': 4, '4': 1, '5': 12, '10': 'parentSpanId'},
{'1': 'flags', '3': 16, '4': 1, '5': 7, '10': 'flags'},
{'1': 'name', '3': 5, '4': 1, '5': 9, '10': 'name'},
{
'1': 'kind',
'3': 6,
'4': 1,
'5': 14,
'6': '.opentelemetry.proto.trace.v1.Span.SpanKind',
'10': 'kind'
},
{
'1': 'start_time_unix_nano',
'3': 7,
'4': 1,
'5': 6,
'10': 'startTimeUnixNano'
},
{
'1': 'end_time_unix_nano',
'3': 8,
'4': 1,
'5': 6,
'10': 'endTimeUnixNano'
},
{
'1': 'attributes',
'3': 9,
'4': 3,
'5': 11,
'6': '.opentelemetry.proto.common.v1.KeyValue',
'10': 'attributes'
},
{
'1': 'dropped_attributes_count',
'3': 10,
'4': 1,
'5': 13,
'10': 'droppedAttributesCount'
},
{
'1': 'events',
'3': 11,
'4': 3,
'5': 11,
'6': '.opentelemetry.proto.trace.v1.Span.Event',
'10': 'events'
},
{
'1': 'dropped_events_count',
'3': 12,
'4': 1,
'5': 13,
'10': 'droppedEventsCount'
},
{
'1': 'links',
'3': 13,
'4': 3,
'5': 11,
'6': '.opentelemetry.proto.trace.v1.Span.Link',
'10': 'links'
},
{
'1': 'dropped_links_count',
'3': 14,
'4': 1,
'5': 13,
'10': 'droppedLinksCount'
},
{
'1': 'status',
'3': 15,
'4': 1,
'5': 11,
'6': '.opentelemetry.proto.trace.v1.Status',
'10': 'status'
},
],
'3': [Span_Event$json, Span_Link$json],
'4': [Span_SpanKind$json],
};