-
Notifications
You must be signed in to change notification settings - Fork 156
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
Redis Support via Lambda #26
Comments
Sorry for the late response. The SDK currently doesn't officially support any Redis client. You can check this #28 and add any further comment for your use case. Depending on which client you are using you might still be able to capture the cache get latency by using general If you need further help, please let us know the client and the function you want to capture so we can take a further look. |
Closing this, but we are happy to reopen if you have further questions! |
@willarmiros can this be re-opened as a Feature Request? |
Sure. Related to: aws/aws-xray-sdk-python#194 |
It would be great if this were added to the .NET Core SDK as well! |
FWIW, the AWS managed Lambda layer for AWS Distro for OpenTelemetry has support for Node-Redis 2 and 3 and can publish traces to Xray: https://aws-otel.github.io/docs/getting-started/lambda/lambda-js |
I want to trace the ElasticCache performance from my lambda function, could not find a capture reference for redis in the documentation. Is it supported ?
The text was updated successfully, but these errors were encountered: