bryan-aguilar

Results 79 comments of bryan-aguilar

Just so that no one has to sort through the PR. This replace statement was added to the offending `go.mod` file which alleviates the error for now. ``` replace cloud.google.com/go...

Currently there is a known limitation with building the `ADOT Collector` with go version `1.18`. We are currently pinning to `~1.17` until the upstream dependency issue is resolved. Have you...

I definitely may have been mistaken from my first read. I have taken this on and will look into it on our end. I will get back to you on...

Could you please provide your Collector Config that you used when setting up the ADOT Collector?

Currently I don't have any Collector CDK documentation to point you toward so this may require some experimenting. I can setup a similar environment and see what I can discover...

What version of CDK are you using?

Hi @pauldoherty-optifly, I am going to bring this to the team and see if we can provide an official recommendation. I will reach back out here when I have more...

Hi @pauldoherty-optifly , We do see the issue here. We are working on a solution currently and have added it to the backlog milestone. I will leave this issue open...

You're going to want to ensure that the built health check tool is added to the `.gitignore`.

> > Please add `health_check` to the .gitignore. > > Hi Bryan, currently `health_check` binary path is inside `build/` directory, and this directory is already part of .gitignore. The binary...