CounterMetricData$json top-level constant

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

Implementation

@$core.Deprecated('Use counterMetricDataDescriptor instead')
const CounterMetricData$json = const {
  '1': 'CounterMetricData',
  '2': const [
    const {'1': 'name_index', '3': 1, '4': 1, '5': 13, '10': 'nameIndex'},
    const {'1': 'count', '3': 2, '4': 1, '5': 3, '10': 'count'},
    const {
      '1': 'mean',
      '3': 3,
      '4': 1,
      '5': 1,
      '8': const {'3': true},
      '10': 'mean',
    },
    const {
      '1': 'stdev',
      '3': 4,
      '4': 1,
      '5': 1,
      '8': const {'3': true},
      '10': 'stdev',
    },
    const {
      '1': 'tags',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.toit.model.CounterMetricData.TagsEntry',
      '10': 'tags'
    },
    const {
      '1': 'level',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.toit.model.MetricsData.Level',
      '10': 'level'
    },
  ],
  '3': const [CounterMetricData_TagsEntry$json],
};