Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aboitreaud committed Mar 4, 2025
1 parent 68c43e3 commit 45700eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fleet/installer/setup/djm/emr.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func SetupEmr(s *common.Setup) error {
s.Config.DatadogYAML.Hostname = hostname
s.Config.DatadogYAML.DJM.Enabled = true
s.Config.InjectTracerYAML.AdditionalEnvironmentVariables = tracerEnvConfigEmr

if os.Getenv("DD_DATA_STREAMS_ENABLED") == "true" {
s.Out.WriteString("Propagating variable DD_DATA_STREAMS_ENABLED=true to tracer configuration\n")
DSMEnabled := common.InjectTracerConfigEnvVar{
Expand Down

0 comments on commit 45700eb

Please sign in to comment.