Eden Federman
Eden Federman
Hi @TomGranot, KoolKit looks like a really cool project! Adding auto instrumentation to the Go image should be pretty easy, probably just copying the binary from this Dockerfile: https://github.com/keyval-dev/opentelemetry-go-instrumentation/blob/master/Dockerfile Will...
Sure no problem, I'll let you know once I finished adding to KoolKit so we can update the README file.
Hi @TomGranot, I tried to include the project in the KoolKit container but I had a few issues. The main problem is that in order for this instrumentation to run...
@TomGranot sorry for the delay, I had a couple of busy days. Hope to get it done by the end of this week.
We are familiar with this issue, only amd64 is supported right now. Supporting arm is something we plan to implement very soon, will update here once it's ready. Thanks for...
Hi @noBlubb Not yet, we are currently focused on implementing context propagation which should be finished in about 2-3 weeks. The next item on the roadmap after that is supporting...
Hi @yurishkuro, This project currently supports distributed traces. I guess in the future we will also support metrics. I will update the README to reflect that. Thanks for the feedback.
It does work on uninstrumented code bases (that's one of the main goals of this project). As we are still in the early days of this project, headers are not...
Agree. I will let you know once the document is finished.
Hi @yurishkuro, I just merged a [design doc](https://github.com/keyval-dev/opentelemetry-go-instrumentation/blob/master/docs/design/context-propagation.md) describing how we are going to implement context propagation. I'll be happy to hear your thoughts.