-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'Minor metrics memory optimizations' from Stephan Dollberg
The metrics subsystem is quite a heavy memory user at high metric counts. This PR features two smaller improvements reducing memory usage by removing some redundant storage. I have a higher impact change following that internalizes labels. Two commits (details in commit): - Don't store full metric_id in the metric_groups_impl - Store impl SP in the metric_groups_impl and not each registered_metric Closes #2554 * github.com:scylladb/seastar: metrics: Don't store a metrics impl sp per registered metric metrics: Store register_ref in metric_groups_impl registration list
- Loading branch information
Showing
2 changed files
with
31 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters