in Sources/OpenRUM/OpenRUM.xcframework/ios-arm64_x86_64-simulator/OpenRUM.framework/Headers/ORSpan.h [5:19]
typedef NS_ENUM(NSInteger, ORSpanMetricUnit) {
ORSpanMetricUnitBit = 0,///比特
ORSpanMetricUnitByte,///字节
ORSpanMetricUnitKilobytes,///KB
ORSpanMetricUnitMegabytes,///MB
ORSpanMetricUnitMillisecond,///毫秒
ORSpanMetricUnitSecond,///秒
ORSpanMetricUnitMinute,///分钟
ORSpanMetricUnitHour,///小时
ORSpanMetricUnitDay,///天
ORSpanMetricUnitBitps,///比特/秒
ORSpanMetricUnitByteps,///字节/秒
ORSpanMetricUnitKbps,///千字节/秒
ORSpanMetricUnitMbps,///兆字节/秒
};