ValueType Stay organized with collections Save and categorize content based on your preferences.
The value type of a metric.
| Enums | |
|---|---|
VALUE_TYPE_UNSPECIFIED | Do not use this default value. |
BOOL | The value is a boolean. This value type can be used only if the metric kind isGAUGE. |
INT64 | The value is a signed 64-bit integer. |
DOUBLE | The value is a double precision floating point number. |
STRING | The value is a text string. This value type can be used only if the metric kind isGAUGE. |
DISTRIBUTION | The value is a. |
MONEY | The value is money. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-27 UTC.