MetricsData$json top-level constant

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

Implementation

@$core.Deprecated('Use metricsDataDescriptor instead')
const MetricsData$json = const {
  '1': 'MetricsData',
  '2': const [
    const {'1': 'names', '3': 1, '4': 3, '5': 12, '10': 'names'},
    const {
      '1': 'gauges',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.toit.model.GuageMetricData',
      '10': 'gauges'
    },
    const {
      '1': 'counters',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.toit.model.CounterMetricData',
      '10': 'counters'
    },
    const {
      '1': 'plots',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.toit.model.PlotMetricData',
      '8': const {'3': true},
      '10': 'plots',
    },
    const {
      '1': 'histograms',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.toit.model.HistogramMetricData',
      '10': 'histograms'
    },
  ],
  '4': const [MetricsData_Level$json],
};