MetricDescriptorValueType

enum MetricDescriptorValueType : Enum<MetricDescriptorValueType> , ConvertibleToJava<MetricDescriptorValueType>

Whether the measurement is an integer, a floating-point number, 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

The value is a boolean. This value type can be used only if the metric kind is GAUGE.

Link copied to clipboard

The value is a signed 64-bit integer.

Link copied to clipboard

The value is a double precision floating point number.

Link copied to clipboard

The value is a text string. This value type can be used only if the metric kind is GAUGE.

Link copied to clipboard

The value is a Distribution.

Link copied to clipboard

The value is money.

Types

Link copied to clipboard
object Companion

Functions

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