Description

This type is an enumeration.

Usages

Allowed Values

ValueDescription
DROPDrops all metrics; exports no metrics
DEFAULTDefault aggregation for a given instrument type
SUMAggregates measurements into a double sum or long sum
LAST_VALUERecords the last seen measurement as a double aauge or long gauge
EXPLICIT_BUCKET_HISTOGRAMAggregates measurements into a histogram using default or explicit bucket boundaries
BASE2_EXPONENTIAL_BUCKET_HISTOGRAMAggregates measurements into a base-2 exponential histogram using default or explicit maximum number of buckets and maximum scale

See the manifest for all available types.