Skip to content

Commit

Permalink
HBASE-27655 Remove the empty path annotation from ClusterMetricsResource
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Dimiduk <[email protected]>
  • Loading branch information
okumin authored and ndimiduk committed Feb 28, 2023
1 parent d326461 commit 16b9bb8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private org.apache.hadoop.hbase.ClusterMetrics get(EnumSet<Option> fields) throw
}

@GET
@Path("/")
public ClusterMetrics getBaseMetrics() throws IOException {
final EnumSet<Option> fields =
EnumSet.of(Option.HBASE_VERSION, Option.CLUSTER_ID, Option.MASTER, Option.BACKUP_MASTERS);
Expand Down

0 comments on commit 16b9bb8

Please sign in to comment.