MetricUnit: {
    Bits: "Bits";
    BitsPerSecond: "Bits/Second";
    Bytes: "Bytes";
    BytesPerSecond: "Bytes/Second";
    Count: "Count";
    CountPerSecond: "Count/Second";
    Gigabits: "Gigabits";
    GigabitsPerSecond: "Gigabits/Second";
    Gigabytes: "Gigabytes";
    GigabytesPerSecond: "Gigabytes/Second";
    Kilobits: "Kilobits";
    KilobitsPerSecond: "Kilobits/Second";
    Kilobytes: "Kilobytes";
    KilobytesPerSecond: "Kilobytes/Second";
    Megabits: "Megabits";
    MegabitsPerSecond: "Megabits/Second";
    Megabytes: "Megabytes";
    MegabytesPerSecond: "Megabytes/Second";
    Microseconds: "Microseconds";
    Milliseconds: "Milliseconds";
    NoUnit: "None";
    Percent: "Percent";
    Seconds: "Seconds";
    Terabits: "Terabits";
    TerabitsPerSecond: "Terabits/Second";
    Terabytes: "Terabytes";
    TerabytesPerSecond: "Terabytes/Second";
} = ...

The unit of the metric.

Type declaration

  • ReadonlyBits: "Bits"
  • ReadonlyBitsPerSecond: "Bits/Second"
  • ReadonlyBytes: "Bytes"
  • ReadonlyBytesPerSecond: "Bytes/Second"
  • ReadonlyCount: "Count"
  • ReadonlyCountPerSecond: "Count/Second"
  • ReadonlyGigabits: "Gigabits"
  • ReadonlyGigabitsPerSecond: "Gigabits/Second"
  • ReadonlyGigabytes: "Gigabytes"
  • ReadonlyGigabytesPerSecond: "Gigabytes/Second"
  • ReadonlyKilobits: "Kilobits"
  • ReadonlyKilobitsPerSecond: "Kilobits/Second"
  • ReadonlyKilobytes: "Kilobytes"
  • ReadonlyKilobytesPerSecond: "Kilobytes/Second"
  • ReadonlyMegabits: "Megabits"
  • ReadonlyMegabitsPerSecond: "Megabits/Second"
  • ReadonlyMegabytes: "Megabytes"
  • ReadonlyMegabytesPerSecond: "Megabytes/Second"
  • ReadonlyMicroseconds: "Microseconds"
  • ReadonlyMilliseconds: "Milliseconds"
  • ReadonlyNoUnit: "None"
  • ReadonlyPercent: "Percent"
  • ReadonlySeconds: "Seconds"
  • ReadonlyTerabits: "Terabits"
  • ReadonlyTerabitsPerSecond: "Terabits/Second"
  • ReadonlyTerabytes: "Terabytes"
  • ReadonlyTerabytesPerSecond: "Terabytes/Second"