Skip to content

Commit

Permalink
cadvisor: Remove unused log in fs extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
pingleig committed Mar 24, 2021
1 parent bcb6261 commit 48c1f6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/inputs/cadvisor/extractors/fs_extractor.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ func (f *FileSystemMetricExtractor) HasValue(info *cinfo.ContainerInfo) bool {
func (f *FileSystemMetricExtractor) GetValue(info *cinfo.ContainerInfo, containerType string) []*CAdvisorMetric {
var metrics []*CAdvisorMetric
if containerType == TypePod || containerType == TypeInfraContainer {
log.Printf("D! fs ignore type %q path %s", containerType, info.Name)
return metrics
}

Expand Down

0 comments on commit 48c1f6e

Please sign in to comment.