Skip to content

Commit 7ead4b1

Browse files
committed
HBASE-27066 The Region Visualizer display failed
Reviewed-by: litao <tomleescut@gmail.com>
1 parent d24f4ce commit 7ead4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionVisualizerTmpl.jamon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ limitations under the License.
2929
description: 'Total `storefileSize` per Region Server',
3030
data: {
3131
name: 'region_info',
32-
url: 'http://localhost:16010/api/v1/admin/cluster_metrics/live_servers',
32+
url: '/api/v1/admin/cluster_metrics/live_servers',
3333
format: { type: 'json', property: 'data' }
3434
},
3535
transform: [

0 commit comments

Comments
 (0)