MetricType
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
METRIC_TYPE_UNSPECIFIED |
Unspecified type. |
TYPE_INTEGER |
Integer type. |
TYPE_FLOAT |
Floating point type. |
TYPE_SECONDS |
A duration of seconds; a special floating point type. |
TYPE_MILLISECONDS |
A duration in milliseconds; a special floating point type. |
TYPE_MINUTES |
A duration in minutes; a special floating point type. |
TYPE_HOURS |
A duration in hours; a special floating point type. |
TYPE_STANDARD |
A custom metric of standard type; a special floating point type. |
TYPE_CURRENCY |
An amount of money; a special floating point type. |
TYPE_FEET |
A length in feet; a special floating point type. |
TYPE_MILES |
A length in miles; a special floating point type. |
TYPE_METERS |
A length in meters; a special floating point type. |
TYPE_KILOMETERS |
A length in kilometers; a special floating point type. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["A metric's value can be an integer, floating point number, or a special floating point type representing durations, standard metrics, currency, or length."],["Special floating point types include durations (seconds, milliseconds, minutes, hours), standard metrics, currency, and lengths (feet, miles, meters, kilometers)."],["Unspecified type is available but should be avoided when defining a metric."]]],[]]