Skip to content

Remove unnecessary metrics and optimize allocation byte counting#10738

Merged
OneSizeFitsQuorum merged 34 commits intoapache:masterfrom
Pengzna:metric/jvm
Jul 30, 2023
Merged

Remove unnecessary metrics and optimize allocation byte counting#10738
OneSizeFitsQuorum merged 34 commits intoapache:masterfrom
Pengzna:metric/jvm

Conversation

@Pengzna
Copy link
Copy Markdown
Collaborator

@Pengzna Pengzna commented Jul 30, 2023

  1. Remove jvm_gc_old_gc_count and jvm_gc_young_gc_count
  2. Remove jvm_gc_memory_used_percent
  3. Fix isYoungGenPool(), removing survivors
  4. Combine jvm_gc_pause and jvm_gc_concurrent_phase_time into one metric
  5. Adjust the calculation of the jvm_gc_memory_allocated_bytes metric into three new metrics: young gen memory, old gen memory, and non-gen memory, making it possible to calculate allocations for large objects

Copy link
Copy Markdown
Contributor

@OneSizeFitsQuorum OneSizeFitsQuorum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants