[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-02 (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."]]],["The provided information details the various value types for a metric. These include `METRIC_TYPE_UNSPECIFIED`, `TYPE_INTEGER`, and `TYPE_FLOAT`. Special floating-point types are defined for durations like `TYPE_SECONDS`, `TYPE_MILLISECONDS`, `TYPE_MINUTES`, and `TYPE_HOURS`. Other special floating-point types represent custom metrics (`TYPE_STANDARD`), currency (`TYPE_CURRENCY`), and lengths in `TYPE_FEET`, `TYPE_MILES`, `TYPE_METERS`, and `TYPE_KILOMETERS`.\n"]]