共用方式為


MetricUnit type

定義 MetricUnit 的值。

type MetricUnit =
  | "Bytes"
  | "BytesPerSecond"
  | "Count"
  | "CountPerSecond"
  | "Percent"
  | "Seconds"