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

Redis Support via Lambda #26

Open
adwaitkaley opened this issue Apr 1, 2018 · 6 comments
Open

Redis Support via Lambda #26

adwaitkaley opened this issue Apr 1, 2018 · 6 comments

Comments

@adwaitkaley
Copy link

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 ?

@haotianw465
Copy link
Contributor

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 captureAsync or captureCallback functions.

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.

@willarmiros
Copy link
Contributor

Closing this, but we are happy to reopen if you have further questions!

@udlose
Copy link

udlose commented Mar 11, 2020

@willarmiros can this be re-opened as a Feature Request?

@willarmiros
Copy link
Contributor

Sure. Related to: aws/aws-xray-sdk-python#194

@udlose
Copy link

udlose commented Mar 11, 2020

It would be great if this were added to the .NET Core SDK as well!

@qerub
Copy link

qerub commented Nov 8, 2022

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
https://github.com/open-telemetry/opentelemetry-lambda/blob/636df37/nodejs/packages/layer/package.json#L47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants