ExponentialHistogramDataPoint$json top-level constant

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

Implementation

@$core.Deprecated('Use exponentialHistogramDataPointDescriptor instead')
const ExponentialHistogramDataPoint$json = {
  '1': 'ExponentialHistogramDataPoint',
  '2': [
    {
      '1': 'attributes',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.opentelemetry.proto.common.v1.KeyValue',
      '10': 'attributes'
    },
    {
      '1': 'start_time_unix_nano',
      '3': 2,
      '4': 1,
      '5': 6,
      '10': 'startTimeUnixNano'
    },
    {'1': 'time_unix_nano', '3': 3, '4': 1, '5': 6, '10': 'timeUnixNano'},
    {'1': 'count', '3': 4, '4': 1, '5': 6, '10': 'count'},
    {'1': 'sum', '3': 5, '4': 1, '5': 1, '9': 0, '10': 'sum', '17': true},
    {'1': 'scale', '3': 6, '4': 1, '5': 17, '10': 'scale'},
    {'1': 'zero_count', '3': 7, '4': 1, '5': 6, '10': 'zeroCount'},
    {
      '1': 'positive',
      '3': 8,
      '4': 1,
      '5': 11,
      '6':
          '.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets',
      '10': 'positive'
    },
    {
      '1': 'negative',
      '3': 9,
      '4': 1,
      '5': 11,
      '6':
          '.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets',
      '10': 'negative'
    },
    {'1': 'flags', '3': 10, '4': 1, '5': 13, '10': 'flags'},
    {
      '1': 'exemplars',
      '3': 11,
      '4': 3,
      '5': 11,
      '6': '.opentelemetry.proto.metrics.v1.Exemplar',
      '10': 'exemplars'
    },
    {'1': 'min', '3': 12, '4': 1, '5': 1, '9': 1, '10': 'min', '17': true},
    {'1': 'max', '3': 13, '4': 1, '5': 1, '9': 2, '10': 'max', '17': true},
    {'1': 'zero_threshold', '3': 14, '4': 1, '5': 1, '10': 'zeroThreshold'},
  ],
  '3': [ExponentialHistogramDataPoint_Buckets$json],
  '8': [
    {'1': '_sum'},
    {'1': '_min'},
    {'1': '_max'},
  ],
};