Skip to content

Commit

Permalink
add otlp tag
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoCaso committed May 21, 2024
1 parent 7229b81 commit 60f3182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serverless/dependency_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func buildDependencyList() (string, error) {
arg1 := "-f"
arg2 := `"{{ join .Deps "\n"}}"`
arg3 := "-tags"
arg4 := "serverless"
arg4 := "serverless,otlp"
arg5 := "github.com/DataDog/datadog-agent/cmd/serverless"
cmd := exec.Command(run, arg0, arg1, arg2, arg3, arg4, arg5)

Expand Down

0 comments on commit 60f3182

Please sign in to comment.