Skip to content

Commit

Permalink
Initial Z Garbage Collector support (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
yafernandes authored Jun 25, 2020
1 parent 16cd83c commit e21e754
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,11 @@
Usage.used:
alias: jvm.gc.old_gen_size
metric_type: gauge
- include:
domain: java.lang
type: MemoryPool
name: Metaspace
attribute:
Usage.used:
alias: jvm.gc.metaspace_size
metric_type: gauge
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,14 @@
CollectionTime:
alias: jvm.gc.major_collection_time
metric_type: counter
- include:
domain: java.lang
type: GarbageCollector
name: ZGC
attribute:
CollectionCount:
alias: jvm.gc.major_collection_count
metric_type: counter
CollectionTime:
alias: jvm.gc.major_collection_time
metric_type: counter

0 comments on commit e21e754

Please sign in to comment.