[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Oct 7 17:51:25 EDT 2016
Author: scantor
Date: Fri Oct 7 17:51:25 2016
New Revision: 8475
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8475&view=rev
Log:
Forgot to pull MetricRegistry out of OpenSAML ConfigurationService.
Modified:
trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml?rev=8475&r1=8474&r2=8475&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/general-admin-system.xml Fri Oct 7 17:51:25 2016
@@ -36,11 +36,15 @@
</bean>
<!-- MetricFilter we can control with logging categories. -->
-
<bean id="shibboleth.metrics.LoggerDrivenMetricFilter"
class="org.opensaml.core.metrics.LoggerDrivenMetricFilter"
c:_0="metrics."
c:_1="#{getObject('shibboleth.metrics.MetricLevelMap')}" />
+
+ <!-- Pull MetricRegistry out of OpenSAML Configuration. -->
+ <bean id="shibboleth.metrics.MetricRegistry"
+ class="org.opensaml.core.config.ConfigurationService" factory-method="get"
+ c:_0="#{T(com.codahale.metrics.MetricRegistry)}" />
<!-- Parent beans for registering MetricSets and Metrics. -->
More information about the commits
mailing list