Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #349 from hawkular/mazz/hawkular-398
Browse files Browse the repository at this point in the history
HAWKULAR-398 add accumulated GC metric
  • Loading branch information
mtho11 committed Jul 22, 2015
2 parents 497fa02 + 0f3f83c commit 286cf43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dist/src/main/resources/wildfly/patches/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,13 @@
timeUnits="minutes"
path="/core-service=platform-mbean/type=memory"
attribute="non-heap-memory-usage#committed" />
<metric-dmr name="Accumulated GC Duration"
metricType="counter"
interval="1"
timeUnits="minutes"
path="/core-service=platform-mbean/type=garbage-collector/name=*"
attribute="collection-time" />

</metric-set-dmr>

<metric-set-dmr name="WildFly Threading Metrics" enabled="true">
Expand Down

0 comments on commit 286cf43

Please sign in to comment.