Enum MetricDescriptor.Types.ValueType (2.10.0)

public enum MetricDescriptor.Types.ValueType

The value type of a metric.

Namespace

Google.Api

Assembly

Google.Api.CommonProtos.dll

Fields

NameDescription
Bool

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

Distribution

The value is a [Distribution][google.api.Distribution].

Double

The value is a double precision floating point number.

Int64

The value is a signed 64-bit integer.

Money

The value is money.

String

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

Unspecified

Do not use this default value.