Skip to content

Commit

Permalink
fix launch rate
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwowen committed Aug 10, 2024
1 parent 994d915 commit 3601044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-board/deploy_board/webapp/util_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def get_launch_rate(request, group_name):
try:
util_data["metric_names"] = []
for env in envs:
metric_name = "mimmax:autoscaling.{}.{}.first_deploy.failed".format(
metric_name = "mimmax:rate:teletraan.{}.{}.first_deploy{{success=false}}".format(
env["envName"], env["stageName"])
rate_data_points = autoscaling_metrics_helper.get_raw_metrics(request, metric_name,
settings.DEFAULT_START_TIME)
Expand Down

0 comments on commit 3601044

Please sign in to comment.