Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcollom authored Aug 15, 2024
1 parent 712f2dc commit 098efa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (m *Metrics) buildLabels(namespace, pod, container, containerType, imageURL
}
}

func (m *Metrics) buildPartialLabels(namespace, pod, container, imageURL string) prometheus.Labels {
func (m *Metrics) buildPartialLabels(namespace, pod string) prometheus.Labels {
return prometheus.Labels{
"namespace": namespace,
"pod": pod,
Expand Down

0 comments on commit 098efa5

Please sign in to comment.