Delen via


MetricUnit type

Definieert waarden voor MetricUnit.

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