datadog-agent: fix metric submission

This commit is contained in:
Xavier Vello
2023-11-18 19:14:21 +01:00
committed by GitHub
parent 65dd1cd5a8
commit fa6d090ba3
@@ -64,6 +64,7 @@ in buildGoModule rec {
"process"
"log"
"secrets"
"zlib"
]
++ lib.optionals withSystemd [ "systemd" ]
++ extraTags;