MetricUnit type

MetricUnit の値を定義します。

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