Skip to content

Commit

Permalink
modify uri
Browse files Browse the repository at this point in the history
Signed-off-by: Ruirui Zhang <mariazrr@amazon.com>
  • Loading branch information
ruai0511 committed Sep 17, 2024
1 parent e856d18 commit 9714571
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ public class RestQueryGroupStatsAction extends BaseRestHandler {
public List<Route> routes() {
return unmodifiableList(
asList(
new Route(GET, "query_group/stats"),
new Route(GET, "query_group/stats/{queryGroupId}"),
new Route(GET, "query_group/stats/nodes/{nodeId}"),
new Route(GET, "query_group/stats/{queryGroupId}/nodes/{nodeId}")
new Route(GET, "_wlm/stats"),
new Route(GET, "_wlm/{nodeId}/stats"),
new Route(GET, "_wlm/stats/{queryGroupId}"),
new Route(GET, "_wlm/{nodeId}/stats/{queryGroupId}")
)
);
}
Expand Down

0 comments on commit 9714571

Please sign in to comment.