Browse Source

fix config default

Ajay Tripathy 4 years ago
parent
commit
1a5ae4eb43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/env/costmodelenv.go

+ 1 - 1
pkg/env/costmodelenv.go

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