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

Commit

Permalink
JMAN4-60 add some undertow metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Jun 29, 2015
1 parent 0006dc4 commit f46773a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dist/src/main/resources/wildfly/patches/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,21 @@
timeUnits="minutes"
path="/subsystem=undertow"
attribute="sessions-created" />
<metric-dmr name="Expired Sessions"
interval="2"
timeUnits="minutes"
path="/subsystem=undertow"
attribute="expired-sessions" />
<metric-dmr name="Rejected Sessions"
interval="2"
timeUnits="minutes"
path="/subsystem=undertow"
attribute="rejected-sessions" />
<metric-dmr name="Max Active Sessions"
interval="2"
timeUnits="minutes"
path="/subsystem=undertow"
attribute="max-active-sessions" />
</metric-set-dmr>

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

0 comments on commit f46773a

Please sign in to comment.