Skip to content

Commit

Permalink
change path name
Browse files Browse the repository at this point in the history
  • Loading branch information
yufansong committed Jan 25, 2024
1 parent a8a7328 commit b17c9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/dashboard/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ impl DashboardService {
"/metrics/actor/back_pressures",
get(prometheus::list_prometheus_actor_back_pressure),
)
.route("/metrics/back_pressures_rate", get(get_back_pressure))
.route("/metrics/back_pressures", get(get_back_pressure))
.route("/monitor/await_tree/:worker_id", get(dump_await_tree))
.route("/monitor/await_tree/", get(dump_await_tree_all))
.route("/monitor/dump_heap_profile/:worker_id", get(heap_profile))
Expand Down

0 comments on commit b17c9c8

Please sign in to comment.