xotel icon indicating copy to clipboard operation
xotel copied to clipboard

Export your Xray Traces and forward them to an OTEL collector

Results 6 xotel issues
Sort by recently updated
recently updated
newest added

In `open-telemetry/opentelemetry-collector-contrib` the following package is used for converting X-Ray traces into OTEL. https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/awsxrayreceiver/internal/translator receiver/awsxrayreceiver/internal/translator There's no reason to double handle this, or maintain two separate mappings, so it would...

I had some issues with rate limiting, this needs to be looked at again to check if anything needs to be done.

I need to add some documentation on how to run the app.

The whole app needs some unit tests.

It currently has some logging from the R&D stage, and will benefit from better instrumentation. What is good to track? I'd like to know things about, ingestion rate, failures, retries,...

help wanted

I'd like to have an all-in-one ready to deploy docker image, where all it needs is the right IAM role, and collector config. Including cloudformation to deploy it.