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
commit f64d29996b
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;