Skip to content

Commit 414cfb3

Browse files
committed
HBASE-27066 The Region Visualizer display failed
Reviewed-by: litao <[email protected]>
1 parent 02cc63e commit 414cfb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)