This is an automated email from the ASF dual-hosted git repository.

ndimiduk pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 7ead4b1617f30fddebda4e8936a3b03d6b590147
Author: Nick Dimiduk <[email protected]>
AuthorDate: Mon Jun 6 16:12:05 2022 +0200

    HBASE-27066 The Region Visualizer display failed
    
    Reviewed-by: litao <[email protected]>
---
 .../org/apache/hadoop/hbase/tmpl/master/RegionVisualizerTmpl.jamon      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionVisualizerTmpl.jamon
 
b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionVisualizerTmpl.jamon
index e04a81147c0..582125b889e 100644
--- 
a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionVisualizerTmpl.jamon
+++ 
b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionVisualizerTmpl.jamon
@@ -29,7 +29,7 @@ limitations under the License.
           description: 'Total `storefileSize` per Region Server',
           data: {
             name: 'region_info',
-            url: 
'http://localhost:16010/api/v1/admin/cluster_metrics/live_servers',
+            url: '/api/v1/admin/cluster_metrics/live_servers',
             format: { type: 'json', property: 'data' }
           },
           transform: [

Reply via email to