Module: Google::Api::MetricDescriptor::ValueType
- Defined in:
- proto_docs/google/api/metric.rb
Overview
The value type of a metric.
Constant Summary collapse
- VALUE_TYPE_UNSPECIFIED =
Do not use this default value.
0
- BOOL =
The value is a boolean. This value type can be used only if the metric kind is
GAUGE
. 1
- INT64 =
The value is a signed 64-bit integer.
2
- DOUBLE =
The value is a double precision floating point number.
3
- STRING =
The value is a text string. This value type can be used only if the metric kind is
GAUGE
. 4
- DISTRIBUTION =
The value is a
Distribution
. 5
- MONEY =
The value is money.
6