Metric$json top-level constant

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

Implementation

@$core.Deprecated('Use metricDescriptor instead')
const Metric$json = {
  '1': 'Metric',
  '2': [
    {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    {'1': 'description', '3': 2, '4': 1, '5': 9, '10': 'description'},
    {'1': 'unit', '3': 3, '4': 1, '5': 9, '10': 'unit'},
    {
      '1': 'gauge',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.opentelemetry.proto.metrics.v1.Gauge',
      '9': 0,
      '10': 'gauge'
    },
    {
      '1': 'sum',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.opentelemetry.proto.metrics.v1.Sum',
      '9': 0,
      '10': 'sum'
    },
    {
      '1': 'histogram',
      '3': 9,
      '4': 1,
      '5': 11,
      '6': '.opentelemetry.proto.metrics.v1.Histogram',
      '9': 0,
      '10': 'histogram'
    },
    {
      '1': 'exponential_histogram',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.opentelemetry.proto.metrics.v1.ExponentialHistogram',
      '9': 0,
      '10': 'exponentialHistogram'
    },
    {
      '1': 'summary',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.opentelemetry.proto.metrics.v1.Summary',
      '9': 0,
      '10': 'summary'
    },
  ],
  '8': [
    {'1': 'data'},
  ],
  '9': [
    {'1': 4, '2': 5},
    {'1': 6, '2': 7},
    {'1': 8, '2': 9},
  ],
};