Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@
Usage.used:
alias: jvm.gc.eden_size
metric_type: gauge
- include:
domain: java.lang
type: MemoryPool
name: Shenandoah Young Gen
attribute:
Usage.used:
alias: jvm.gc.eden_size
metric_type: gauge
- include:
domain: java.lang
type: MemoryPool
Expand Down Expand Up @@ -205,6 +213,14 @@
Usage.used:
alias: jvm.gc.old_gen_size
metric_type: gauge
- include:
domain: java.lang
type: MemoryPool
name: Shenandoah Old Gen
attribute:
Usage.used:
alias: jvm.gc.old_gen_size
metric_type: gauge
- include:
domain: java.lang
type: MemoryPool
Expand Down
Loading