AggregationTemporality$json top-level constant

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

Implementation

@$core.Deprecated('Use aggregationTemporalityDescriptor instead')
const AggregationTemporality$json = {
  '1': 'AggregationTemporality',
  '2': [
    {'1': 'AGGREGATION_TEMPORALITY_UNSPECIFIED', '2': 0},
    {'1': 'AGGREGATION_TEMPORALITY_DELTA', '2': 1},
    {'1': 'AGGREGATION_TEMPORALITY_CUMULATIVE', '2': 2},
  ],
};