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 #260 from jshaughn/master
Browse files Browse the repository at this point in the history
set metrics waitForStart true by default in standalone.xml
  • Loading branch information
pilhuhn committed Jun 26, 2015
2 parents 6e17316 + b17e8c0 commit 6e08ffe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dist/src/main/resources/wildfly/patches/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,12 @@
<xsl:attribute name="name">hawkular.backend</xsl:attribute>
<xsl:attribute name="value">&#36;{hawkular.backend:embedded_cassandra}</xsl:attribute>
</property>

<!-- regardless of the backend, we want the metrics service to start synchronously so that
any dependent deployments don't deploy before startup is actually complete. -->
<property>
<xsl:attribute name="name">hawkular.metrics.waitForService</xsl:attribute>
<xsl:attribute name="value">&#36;{hawkular.metrics.waitForService:True}</xsl:attribute>
</property>
<xsl:choose>
<xsl:when test="$kettle.build.type='dev'">
<property>
Expand Down

0 comments on commit 6e08ffe

Please sign in to comment.