Dario Castañé

Results 73 comments of Dario Castañé

> Are we sure those PR changes are all that's necessary? I'm not sure. Let's review it later.

@mtoffl01 Is this PR useful to you? Maybe we can close it.

Thanks for reporting this @pdeva. We'll take a look in the next two weeks.

@pdeva I just wrote a unit test to check if I was able to reproduce it but the communication occurs through the UNIX socket, as expected: ```go t.Run("unix socket", func(t...

@pdeva I didn't ask you that. Sorry for that. What you are observing doesn't match with my first insights. I'll try to reproduce it with a realistic setup.

I was planning to apply this at some point. Thanks for taking the lead, @harmonherring-pro! As @Julio-Guerra stated, I think too that we should go with the SCA GitHub Action....

@nakkamarra Thanks for getting in touch. We just reviewed it and we understood the issue at hand. Our proposed solution is to return nil but keep the call to c.Error,...

@nakkamarra Thanks for the detailed answer. @rarguelloF I think it's reasonable to go the way that @nakkamarra is proposing. WDYT?

@nakkamarra You should be able to pull your specific commit like this: ```go replace gopkg.in/DataDog/dd-trace-go.v1 => github.com/DataDog/dd-trace-go f44904a412ebbfa274747b5f1189c252f452b249 ``` `go mod tidy` will take of the rest. You can ignore...

@adrianlungu The provider that triggers the HTTP request is only activated if the hostname has one of the following prefixes: ```go defaultPrefixes = []string{"ip-", "domu", "ec2amaz-"} ``` How does your...