Merge pull request #268342 from xvello/patch-1
datadog-agent: fix metric submission
This commit is contained in:
commit
f64d29996b
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ in buildGoModule rec {
|
|||
"process"
|
||||
"log"
|
||||
"secrets"
|
||||
"zlib"
|
||||
]
|
||||
++ lib.optionals withSystemd [ "systemd" ]
|
||||
++ extraTags;
|
||||
|
|
Loading…
Reference in a new issue