We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The api could show, how much traffic the whole mesh pumped through the gateways in the last 30 days.
The unit would be gigabytes, but as String; as the display has no more than 4 digits, higher numbers could be formatted scientifically.
10000GB -> 10E3
On the other hand, 10K GB would roughly resemble a permanent throughput 30Mbit/s over 30 days. So for now a cap at 9999 might just be okay.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The api could show, how much traffic the whole mesh pumped through the gateways in the last 30 days.
The unit would be gigabytes, but as String;
as the display has no more than 4 digits, higher numbers could be formatted scientifically.
10000GB -> 10E3
On the other hand, 10K GB would roughly resemble a permanent throughput 30Mbit/s over 30 days.
So for now a cap at 9999 might just be okay.
The text was updated successfully, but these errors were encountered: