MetricUnit type

Единица метрики.

type MetricUnit =
  | "Count"
  | "Bytes"
  | "Seconds"
  | "CountPerSecond"
  | "BytesPerSecond"
  | "Percent"
  | "MilliSeconds"
  | "ByteSeconds"
  | "Unspecified"
  | "Cores"
  | "MilliCores"
  | "NanoCores"
  | "BitsPerSecond"