Skip to content

Commit 0335e1a

Browse files
Merge pull request #3166 from jrvaldes/OCPBUGS-60275
OCPBUGS-60275: remove unused textfile collector from windows exporter
2 parents 78c8460 + fa7e320 commit 0335e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/services/services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
func GenerateManifest(kubeletArgsFromIgnition map[string]string, vxlanPort string, platform config.PlatformType,
3030
debug bool) (*servicescm.Data, error) {
3131
windowsExporterServiceCommand := fmt.Sprintf("%s --collectors.enabled "+
32-
"cpu,cs,logical_disk,net,os,service,system,textfile,container,memory,cpu_info --web.config.file %s",
32+
"cpu,cs,logical_disk,net,os,service,system,container,memory,cpu_info --web.config.file %s",
3333
windows.WindowsExporterPath, windows.TLSConfPath)
3434
kubeletConfiguration, err := getKubeletServiceConfiguration(kubeletArgsFromIgnition, debug, platform)
3535
if err != nil {

0 commit comments

Comments
 (0)