Skip to content

Commit

Permalink
Delete the unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
yoongon committed Nov 1, 2023
1 parent 9ec1720 commit 091abcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/metricscollector/prommetrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ func (p *PromMetrics) RecordScalerActive(namespace string, scaledResource string
} else {
scalerActiveForScaledJob.With(getLabels(namespace, scaledResource, scaler, scalerIndex, metric, isScaledObject)).Set(float64(activeVal))
}

}

// RecordScaledObjectPaused marks whether the current ScaledObject is paused.
Expand Down

0 comments on commit 091abcd

Please sign in to comment.