We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24f4ce commit 7ead4b1Copy full SHA for 7ead4b1
hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionVisualizerTmpl.jamon
@@ -29,7 +29,7 @@ limitations under the License.
29
description: 'Total `storefileSize` per Region Server',
30
data: {
31
name: 'region_info',
32
- url: 'http://localhost:16010/api/v1/admin/cluster_metrics/live_servers',
+ url: '/api/v1/admin/cluster_metrics/live_servers',
33
format: { type: 'json', property: 'data' }
34
},
35
transform: [
0 commit comments