Skip to content

Commit

Permalink
Merge pull request #3261 from eldondev/master
Browse files Browse the repository at this point in the history
Fix comment to refer to correct client
  • Loading branch information
iwankgb authored Mar 14, 2023
2 parents 487e64a + 06d30dd commit 9e1317c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/internal/storage/statsd/statsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (s *statsdStorage) resctrlStatsToValues(series *map[string]uint64, stats *i

}

// Push the data into redis
// Push the data via the statsd client
func (s *statsdStorage) AddStats(cInfo *info.ContainerInfo, stats *info.ContainerStats) error {
if stats == nil {
return nil
Expand Down

0 comments on commit 9e1317c

Please sign in to comment.