You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sizes on the ingestion page are displayed in SI units rather than binary units. Since this is a tool for IT users, we should use binary units (KiB, MiB, etc.).
Possible implementation
Set useSiUnits to false when calling formatSizeInBytes.
Request
Sizes on the ingestion page are displayed in SI units rather than binary units. Since this is a tool for IT users, we should use binary units (KiB, MiB, etc.).
Possible implementation
Set
useSiUnitstofalsewhen callingformatSizeInBytes.