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
refactor(metrics): [#1580] reorganize metric collection aggregates into submodules
- Move metric_collection/aggregate.rs to aggregate/sum.rs submodule
- Create proper module structure for aggregate operations
- Update import paths in http-tracker-core, udp-tracker-core, and udp-tracker-server
- Change imports from `aggregate::Sum` to `aggregate::sum::Sum`
- Maintain the same Sum trait functionality with cleaner module organization
This reorganization prepares for potential future aggregate operations beyond
just sum while keeping the existing Sum trait API intact.
0 commit comments