MetricDescriptorMetricKind

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

An instantaneous measurement of a value.

Link copied to clipboard

The change in a value during a time interval.

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

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): MetricDescriptorMetricKind
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.

Properties

Link copied to clipboard
val javaValue: MetricDescriptorMetricKind
Link copied to clipboard
Link copied to clipboard