Eden Federman
Eden Federman
You are correct. Currently, spans will belong to the same trace if they are executed on the same goroutine. By using the same uprobes we are already using, we will...
@yurishkuro I am going to demo a new version of the project that includes automatic context propagation via eBPF and without dependency on goroutine id in today's Go auto instrumentation...
Version v0.6.0 was released with context propagation. You are welcome to try the [updated getting started guide](https://github.com/keyval-dev/opentelemetry-go-instrumentation/blob/master/docs/getting-started/README.md)
Hi @jilieryuyi, I am not sure I fully understand your question. Are you asking how to add the headers of the HTTP request to the produced span? This can be...
Hi @YoranSys The latest version of Odigos (v0.1.33) added Generic OTLP destination which lets you define any URL. You are welcome to check it out 😄
Hi @loicmathieu You can test this by using the `--image` flag. Simply upload your custom image to some registry and then invoke your compiled cli with: `./kubectl-flame --lang java -t...
You are correct. Supporting other storage drivers is planned for future release.
Thanks for reporting @nevermosby We will sure be fixing this soon.
Sorry to hear that @charlesritchea Can you provide some more info such as logs so I would be able to investigate this issue? Thanks
Hi @foreversunyao This should work. I currently have access only to EKS cluster so I can't test it on apiserver, but I did manage to profile other Kubernetes components such...