mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nixos/datadog-agent: fix deprecated trace agent option (#336546)
This commit is contained in:
commit
e873268a35
@ -288,7 +288,7 @@ in {
|
|||||||
path = [ ];
|
path = [ ];
|
||||||
script = ''
|
script = ''
|
||||||
export DD_API_KEY=$(head -n 1 ${cfg.apiKeyFile})
|
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
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user