Skip to content

Commit

Permalink
Changes the default graphite host
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed May 31, 2013
1 parent 1afe622 commit 08c186e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/spring/metrics_reporting.xml
Expand Up @@ -18,7 +18,7 @@
<bean id="graphiteService" class="com.codahale.metrics.graphite.Graphite">
<constructor-arg>
<bean class="java.net.InetSocketAddress">
<constructor-arg value="${fcrepo.metrics.host:carbon.hostedgraphite.com}"/>
<constructor-arg value="${fcrepo.metrics.host:localhost}"/>
<constructor-arg value="${fcrepo.metrics.port:2003}"/>
</bean>
</constructor-arg>
Expand Down

0 comments on commit 08c186e

Please sign in to comment.