Skip to content

Commit

Permalink
Merge pull request payara#5298 from Pandrex247/FISH-1416
Browse files Browse the repository at this point in the history
FISH-1416 MicroProfile Health Component Not Displaying in the Admin Console
  • Loading branch information
Pandrex247 authored and JamesHillyard committed Oct 8, 2021
1 parent edddd57 commit f1eaad7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) [2018-2019] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) [2018-2021] Payara Foundation and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -51,7 +51,7 @@
<!beforeCreate
getRequestValue(key="configName" value="#{pageSession.configName}");
setPageSessionAttribute(key="MICROPROFILE_HEALTHCHECK_URL",
value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/metrics-health-check-configuration");
value="#{sessionScope.REST_URL}/configs/config/#{pageSession.configName}/microprofile-healthcheck-configuration");
gf.restRequest(endpoint="#{pageSession.MICROPROFILE_HEALTHCHECK_URL}/get-microprofile-healthcheck-configuration?target=#{pageSession.configName}"
method="GET" result="#{requestScope.resp}");

Expand Down

0 comments on commit f1eaad7

Please sign in to comment.