Skip to content

Commit

Permalink
add jmx beans for Copy GC memory pools (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-kolya authored and arbll committed Mar 1, 2019
1 parent a003c7b commit 7afcd59
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/resources/org/datadog/jmxfetch/default-jmx-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
metric_type: gauge

# GC Memory Pools
- include:
domain: java.lang
type: MemoryPool
name: Eden Space
attribute:
Usage.used:
alias: jvm.gc.eden_size
metric_type: gauge
- include:
domain: java.lang
type: MemoryPool
Expand All @@ -92,6 +100,14 @@
Usage.used:
alias: jvm.gc.eden_size
metric_type: gauge
- include:
domain: java.lang
type: MemoryPool
name: Survivor Space
attribute:
Usage.used:
alias: jvm.gc.survivor_size
metric_type: gauge
- include:
domain: java.lang
type: MemoryPool
Expand Down

0 comments on commit 7afcd59

Please sign in to comment.