Skip to content

Commit

Permalink
fix gocritic lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Ziqi Zhao <[email protected]>
  • Loading branch information
fatsheep9146 committed Oct 12, 2022
1 parent dcae9a3 commit 81f3698
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type MetricExtractor interface {
type CAdvisorMetric struct {
// source of the metric for debugging merge conflict
cgroupPath string
//key/value pairs that are typed and contain the metric (numerical) data
// key/value pairs that are typed and contain the metric (numerical) data
fields map[string]interface{}
// key/value string pairs that are used to identify the metrics
tags map[string]string
Expand Down

0 comments on commit 81f3698

Please sign in to comment.