-
-
Notifications
You must be signed in to change notification settings - Fork 11
[Feature] Add network throughput metrics #197
Copy link
Copy link
Open
Labels
ebpfeBPF related taskseBPF related tasksenhancementNew feature or requestNew feature or requestrustPull requests that update Rust codePull requests that update Rust codev0.1.6
Description
Activity
Metadata
Metadata
Assignees
Labels
ebpfeBPF related taskseBPF related tasksenhancementNew feature or requestNew feature or requestrustPull requests that update Rust codePull requests that update Rust codev0.1.6
Type
Projects
- StatusShow more project fieldsNo status
Is your feature request related to a problem?
Yes
Problem Description:
The metrics API is already intercepting L3-L4 traffic using the identity service. A useful additional feature would be adding a network throughput metric
Solution:
Intercepts bytes size from the L3-L4 existing programs
Add a counter that measure the total bytes processed in a time interval
Derive the throughput using the formula: Bytes processed/ time interval
Additional info