[java-identity-provider] branch main updated: IDP-2098 Status page no longer showing details for Metadata resolver or Attribute resolver
Rod Widdowson
rdw at steadingsoftware.com
Fri May 5 13:12:48 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw 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=7ba1728387a4ec25020a704569a0aaaad2327988
The following commit(s) were added to refs/heads/main by this push:
new 7ba172838 IDP-2098 Status page no longer showing details for Metadata resolver or Attribute resolver
7ba172838 is described below
commit 7ba1728387a4ec25020a704569a0aaaad2327988
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri May 5 14:12:01 2023 +0100
IDP-2098 Status page no longer showing details for Metadata resolver or Attribute resolver
https://shibboleth.atlassian.net/browse/IDP-2098
Fix metric names
---
.../net/shibboleth/idp/conf/admin-system.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
index e58ab6ea3..501a2b6e6 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/admin-system.xml
@@ -273,52 +273,52 @@
<bean id="shibboleth.metrics.LoggingGaugeSet"
class="net.shibboleth.shared.service.ReloadableServiceGaugeSet" lazy-init="true"
- c:metricName="logging"
+ c:metricName="net.shibboleth.idp.logging"
p:service-ref="shibboleth.LoggingService" />
<bean id="shibboleth.metrics.AccessControlGaugeSet"
class="net.shibboleth.shared.service.ReloadableServiceGaugeSet" lazy-init="true"
- c:metricName="accesscontrol"
+ c:metricName="net.shibboleth.idp.accesscontrol"
p:service-ref="shibboleth.ReloadableAccessControlService" />
<bean id="shibboleth.metrics.MetadataGaugeSet"
class="net.shibboleth.idp.saml.metadata.impl.MetadataResolverServiceGaugeSet" lazy-init="true"
- c:metricName="metadata"
+ c:metricName="net.shibboleth.idp.metadata"
p:service-ref="shibboleth.MetadataResolverService" />
<bean id="shibboleth.metrics.RelyingPartyGaugeSet"
class="net.shibboleth.shared.service.ReloadableServiceGaugeSet" lazy-init="true"
- c:metricName="relyingparty"
+ c:metricName="net.shibboleth.idp.relyingparty"
p:service-ref="shibboleth.RelyingPartyResolverService" />
<bean id="shibboleth.metrics.NameIdentifierGaugeSet"
class="net.shibboleth.shared.service.ReloadableServiceGaugeSet" lazy-init="true"
- c:metricName="nameid"
+ c:metricName="net.shibboleth.idp.nameid"
p:service-ref="shibboleth.NameIdentifierGenerationService" />
<bean id="shibboleth.metrics.AttributeRegistryGaugeSet"
class="net.shibboleth.shared.service.ReloadableServiceGaugeSet" lazy-init="true"
- c:metricName="attribute.registry"
+ c:metricName="net.shibboleth.idp.attribute.registry"
p:service-ref="shibboleth.AttributeRegistryService" />
<bean id="shibboleth.metrics.AttributeResolverGaugeSet"
class="net.shibboleth.idp.attribute.resolver.impl.AttributeResolverServiceGaugeSet" lazy-init="true"
- c:metricName="attribute.resolver"
+ c:metricName="net.shibboleth.idp.attribute.resolver"
p:service-ref="shibboleth.AttributeResolverService" />
<bean id="shibboleth.metrics.AttributeFilterGaugeSet"
class="net.shibboleth.shared.service.ReloadableServiceGaugeSet" lazy-init="true"
- c:metricName="attribute.filter"
+ c:metricName="net.shibboleth.idp.attribute.filter"
p:service-ref="shibboleth.AttributeFilterService" />
<bean id="shibboleth.metrics.CASServiceRegistryGaugeSet"
class="net.shibboleth.shared.service.ReloadableServiceGaugeSet" lazy-init="true"
- c:metricName="cas.registry"
+ c:metricName="net.shibboleth.idp.cas.registry"
p:service-ref="shibboleth.ReloadableCASServiceRegistry" />
<bean id="shibboleth.metrics.ManagedBeanGaugeSet"
class="net.shibboleth.shared.service.ReloadableServiceGaugeSet" lazy-init="true"
- c:metricName="managedbean"
+ c:metricName="net.shibboleth.idp.managedbean"
p:service-ref="shibboleth.ManagedBeanService" />
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list