Skip to content
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

AWS X-Ray Support #914

Open
1 task done
aajtodd opened this issue May 11, 2023 · 2 comments
Open
1 task done

AWS X-Ray Support #914

aajtodd opened this issue May 11, 2023 · 2 comments
Labels
feature-request A feature should be added or improved.

Comments

@aajtodd
Copy link
Collaborator

aajtodd commented May 11, 2023

Describe the feature

Native support for X-Ray integration similar to what is available for Java v1 and V2 SDKs.

Is your Feature Request related to a problem?

It would be great if I could instrument the AWS SDK for Kotlin with X-Ray library to enable tracing my application using the AWS X-Ray service/backend.

Proposed Solution

Minimally a custom interceptor that can be wired up. Optimally auto instrumentation (e.g. via SPI / JavaAgent).

Describe alternative solutions or features you've considered

No response

Acknowledge

  • I may be able to implement this feature request

AWS Kotlin SDK version used

N/A

Platform (JVM/JS/Native)

N/A

Operating System and version

N/A

@aajtodd aajtodd added the feature-request A feature should be added or improved. label May 11, 2023
@aajtodd
Copy link
Collaborator Author

aajtodd commented May 11, 2023

Upstream X-Ray request for native support: aws/aws-xray-sdk-java#381

@aajtodd
Copy link
Collaborator Author

aajtodd commented Sep 5, 2023

NOTE: The SDK has been instrumented and has support for OpenTelemetry based provider that can be used to get data into AWS X-Ray. See the observability section of the developer guide for more details. This ticket is specifically tracking a dedicated X-Ray implementation of a telemetry (tracing) provider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

1 participant