[[["เข้าใจง่าย","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"]]