[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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"]]