ScopeSpans$json top-level constant

  1. @Deprecated('Use scopeSpansDescriptor instead')
Map<String, Object> const ScopeSpans$json

Implementation

@$core.Deprecated('Use scopeSpansDescriptor instead')
const ScopeSpans$json = {
  '1': 'ScopeSpans',
  '2': [
    {
      '1': 'scope',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.opentelemetry.proto.common.v1.InstrumentationScope',
      '10': 'scope'
    },
    {
      '1': 'spans',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.opentelemetry.proto.trace.v1.Span',
      '10': 'spans'
    },
    {'1': 'schema_url', '3': 3, '4': 1, '5': 9, '10': 'schemaUrl'},
  ],
};