Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(metrics)(net): Use Arc to allow storing metris in Net
Use Arc for NetDeviceMetrics since this allows us to store NetDeviceMetrics directly inside Net and get rid of the net_metrics! macro. Also, use better name for net metrics. Note: this is part 12 of 12 commits to add per net device metrics. Signed-off-by: Sudan Landge <sudanl@amazon.com>
- Loading branch information