Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JVM Buffer, JVM GC Metrics #6280

Closed
shreya22-1998 opened this issue Jul 7, 2022 · 4 comments
Closed

Add JVM Buffer, JVM GC Metrics #6280

shreya22-1998 opened this issue Jul 7, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@shreya22-1998
Copy link

jvm_buffer_memory_used
jvm_buffer_total_capacity
jvm_buffer_count

jvm_gc_memory_promoted
jvm_gc_memory_allocated
jvm_gc_live_data_size
jvm_gc_max_data_size
jvm_gc_overhead

@shreya22-1998 shreya22-1998 added the enhancement New feature or request label Jul 7, 2022
@Samudraneel24
Copy link
Contributor

Can I have this issue assigned to me? Thanks.

@mateuszrzeszutek mateuszrzeszutek linked a pull request Sep 5, 2022 that will close this issue
@mateuszrzeszutek
Copy link
Member

Hey @Samudraneel24 ,
Buffer pool metrics are already implemented, and there is an open PR for GC metrics: #6362

Sorry for not being up to date with this, but currently there's nothing here for you to work on.

@Samudraneel24
Copy link
Contributor

Oh, I had missed this PR. My main intention was to work on adding more GC metrics using the GC notification events, and looks like this PR already addresses that.

@mateuszrzeszutek
Copy link
Member

Both the buffer pool and GC metrics were implemented; closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants