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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,7 @@ in buildGoModule rec {
"process"
"log"
"secrets"
"zlib"
]
++ lib.optionals withSystemd [ "systemd" ]
++ extraTags;