Metric Descriptor Metric Kind
enum MetricDescriptorMetricKind : Enum<MetricDescriptorMetricKind> , ConvertibleToJava<MetricDescriptorMetricKind>
Whether the metric records instantaneous values, changes to a value, etc. Some combinations of metric_kind
and value_type
might not be supported.
Entries
Link copied to clipboard
Do not use this default value.
Link copied to clipboard
A value accumulated over a time interval. Cumulative measurements in a time series should have the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.