Skip to content

Commit

Permalink
GetCronMetricName
Browse files Browse the repository at this point in the history
  • Loading branch information
saikey0379 committed Sep 26, 2022
1 parent 62f90a8 commit 6f7220f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/ehpa.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func GetPredictionMetricName(sourceType autoscalingv2.MetricSourceType) (metricN
}

// GetCronMetricName return metric name used by cron
func GetCronMetricName() (metricName string) {
func GetCronMetricName() string {
return known.MetricNameCron
}

Expand Down

0 comments on commit 6f7220f

Please sign in to comment.