Merge pull request #268342 from xvello/patch-1

datadog-agent: fix metric submission
This commit is contained in:
Pierre Bourdon
2023-11-26 14:56:24 +01:00
committed by GitHub
@@ -64,6 +64,7 @@ in buildGoModule rec {
"process"
"log"
"secrets"
"zlib"
]
++ lib.optionals withSystemd [ "systemd" ]
++ extraTags;