Parcourir la source

fix config default

Ajay Tripathy il y a 4 ans
Parent
commit
1a5ae4eb43
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pkg/env/costmodelenv.go

+ 1 - 1
pkg/env/costmodelenv.go

@@ -106,7 +106,7 @@ func IsEmitKsmV1Metrics() bool {
 }
 }
 
 
 func IsEmitKsmV1MetricsOnly() bool {
 func IsEmitKsmV1MetricsOnly() bool {
-	return GetBool(EmitKsmV1MetricsOnly, true)
+	return GetBool(EmitKsmV1MetricsOnly, false)
 }
 }
 
 
 // GetAWSAccessKeyID returns the environment variable value for AWSAccessKeyIDEnvVar which represents
 // GetAWSAccessKeyID returns the environment variable value for AWSAccessKeyIDEnvVar which represents