Skip to content

Commit

Permalink
Fixes lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Usiel committed Apr 29, 2024
1 parent fab0a02 commit 63514ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/internal/httpserver/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func DeleteTopicMetrics(cluster, topic string) {
}

// DeleteConsumerTopicMetrics deletes all metrics that are labeled with the provided consumer group AND topic
func DeleteConsumerTopicMetrics(cluster, consumer string, topic string) {
func DeleteConsumerTopicMetrics(cluster, consumer, topic string) {
labels := map[string]string{
"cluster": cluster,
"consumer_group": consumer,
Expand Down

0 comments on commit 63514ff

Please sign in to comment.