[java-identity-provider] branch main updated: IDP-2118 - Add metrics for request processing

Scott Cantor cantor.2 at osu.edu
Wed May 31 18:05:33 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=29c0afbc26569a3cb280bd7c7c9d00f9c59142fc

The following commit(s) were added to refs/heads/main by this push:
     new 29c0afbc2 IDP-2118 - Add metrics for request processing
29c0afbc2 is described below

commit 29c0afbc26569a3cb280bd7c7c9d00f9c59142fc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 31 14:05:30 2023 -0400

    IDP-2118 - Add metrics for request processing
    
    https://shibboleth.atlassian.net/browse/IDP-2118
    
    Adjust metric name property in relying party service.
---
 .../src/main/resources/net/shibboleth/idp/conf/relying-party-system.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-system.xml
index 4863e511f..c4ad93026 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/relying-party-system.xml
@@ -22,7 +22,7 @@
         p:unverifiedConfiguration="#{getObject('shibboleth.UnverifiedRelyingParty')}"
         p:defaultConfiguration="#{getObject('shibboleth.DefaultRelyingParty')}"
         p:relyingPartyConfigurations="#{getObject('shibboleth.RelyingPartyOverrides')}"
-        p:overrideCounterPrefix="net.shibboleth.idp.relyingparty.configurations" />
+        p:metricName="net.shibboleth.idp.relyingparty.configurations" />
 
     <!--
     Auto-wiring exposers for credentials to get them loaded into the bean above.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list