Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsafdsa1 committed Mar 14, 2024
1 parent 8605c34 commit 61fa2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster-autoscaler/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ func RegisterNodeGroupCreation() {
RegisterNodeGroupCreationWithLabelValues("")
}

// RegisterQueuedProvisioningNodeGroupCreation registers node group creation with the provided labels
// RegisterNodeGroupCreationWithLabelValues registers node group creation with the provided labels
func RegisterNodeGroupCreationWithLabelValues(groupType string) {
nodeGroupCreationCount.WithLabelValues(groupType).Add(1.0)
}
Expand All @@ -658,7 +658,7 @@ func RegisterNodeGroupDeletion() {
RegisterNodeGroupDeletionWithLabelValues("")
}

// RegisterNodeGroupDeletion registers node group deletion with the provided labels
// RegisterNodeGroupDeletionWithLabelValues registers node group deletion with the provided labels
func RegisterNodeGroupDeletionWithLabelValues(groupType string) {
nodeGroupDeletionCount.WithLabelValues(groupType).Add(1.0)
}
Expand Down

0 comments on commit 61fa2a0

Please sign in to comment.