Skip to content

Commit

Permalink
HBASE-27066 The Region Visualizer display failed
Browse files Browse the repository at this point in the history
Reviewed-by: litao <[email protected]>
  • Loading branch information
ndimiduk authored and wenwj0 committed Jun 14, 2022
1 parent 9343f8f commit 9342057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 9342057

Please sign in to comment.