Skip to content

[Enhancement]: Network stats in bps, not Bps #1097

@bewing

Description

@bewing

What's the general idea for the enhancement?

Network statistics from the network side are historically measured in bits, not bytes. While it's not unheard of to measure bytes directly (as packets are on byte boundries), it may make more sense to those who run networks to visualize workloads in terms of bits per second, not bytes per second, as the speeds of various interfaces are at bit boundries (10gb/s, 1gb/s, etc).

I'm not sure if this is something that could be automatically handled via a switch (a transform toggle that multiplies all readings by 8 and changes labels?) or would need consensus on for a global change, but network engineers have historically shown network traffic graphs in bits, not Bytes.

I'm unfortunately not a jsonnet expert (and not a JS dev at all) or I would submit a pull request, but multiplying any rate measure by 8 should take care of this.

Please provide any helpful snippets.

What parts of the codebase does the enhancement target?

Dashboards

Anything else relevant to the enhancement that would help with the triage process?

No response

I agree to the following terms:

  • I agree to follow this project's Code of Conduct.
  • I have filled out all the required information above to the best of my ability.
  • I have searched the issues of this repository and believe that this is not a duplicate.
  • I have confirmed this proposal applies to the default branch of the repository, as of the latest commit at the time of submission.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededkeepaliveUse to prevent automatic closing

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions