次の方法で共有


UsageUnit type

UsageUnit の値を定義します。

type UsageUnit =
  | "Count"
  | "Bytes"
  | "Seconds"
  | "Percent"
  | "CountsPerSecond"
  | "BytesPerSecond"