How to enable aws xray traces? #3590
-
By default, OpenTelemetry Collector has enabled exporting to AWS X-Ray without any additional configurations. However, I am not seeing any traces in the X-ray or errors in the logs. Are there any extra steps we need to do to get the traces in Xray? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Is this a question about exporting data from an OpenTelemetry collector? Or is this a question about getting data from a .net application sent to an OpenTelemetry collector? |
Beta Was this translation helpful? Give feedback.
-
Its about getting data from .net application sent to OpenTelemetry collector. |
Beta Was this translation helpful? Give feedback.
-
At this point the auto instrumentation project does not include out of the box support for many of the AWS libraries and their instrumentation libraries that can be found in the contrib repo, because of the dependencies that those libraries also introduce to this project. #3401 has more details about what happened when that work was attempted previously. @birojnayak may have a little more information available about what can be done in the short term to help you out. For example, you may need to add the necessary dependencies to your application and manually configure things using the plugin model for this project. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response @nrcventura @birojnayak |
Beta Was this translation helpful? Give feedback.
At this point the auto instrumentation project does not include out of the box support for many of the AWS libraries and their instrumentation libraries that can be found in the contrib repo, because of the dependencies that those libraries also introduce to this project. #3401 has more details about what happened when that work was attempted previously. @birojnayak may have a little more information available about what can be done in the short term to help you out. For example, you may need to add the necessary dependencies to your application and manually configure things using the plugin model for this project.