Skip to content

Instantly share code, notes, and snippets.

@ezbz
Created June 12, 2012 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezbz/2919516 to your computer and use it in GitHub Desktop.
Save ezbz/2919516 to your computer and use it in GitHub Desktop.
<mvc:interceptors>
<bean class="com.outbrain.webapps.metrics.MetricsMvcTimerInterceptor">
<constructor-arg ref="metricFactory" />
<constructor-arg value="${com.outbrain.metrics.springmvc.monitoring.enabled}" />
</bean>
</mvc:interceptors>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment