-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate ID for x-Ray #40
Comments
I managed to generate ID for X-Ray by editing NewController() function:
chenaged line 114 I also want to add status code and path of a request into traces |
Sounds good, I will be happy to accept a PR. |
I'll create it after I fix this problem: in X-Ray I don't see a status code and a request path, in otel-collector logs I see this |
Feature request
As of now, go-agent is generating id in format which don't conforms with AWS X-Ray
I looked at code and didn't understand how to replace
&eBPFSourceIDGenerator
withxray.NewIDGenerator()
without crushing the tracing.Use case
In order to send traces to X-ray, go-agent needs generate ID in proper format.
The text was updated successfully, but these errors were encountered: