Skip to content

Commit

Permalink
nixos/datadog-agent: fix deprecated trace agent option (#336546)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar authored Oct 3, 2024
2 parents eb49254 + 0cdf53a commit e873268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/monitoring/datadog-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ in {
path = [ ];
script = ''
export DD_API_KEY=$(head -n 1 ${cfg.apiKeyFile})
${datadogPkg}/bin/trace-agent -config /etc/datadog-agent/datadog.yaml
${datadogPkg}/bin/trace-agent --config /etc/datadog-agent/datadog.yaml
'';
});

Expand Down

0 comments on commit e873268

Please sign in to comment.