-
Notifications
You must be signed in to change notification settings - Fork 424
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
feat: add valkey instrumentation support #12060
base: 3.x-staging
Are you sure you want to change the base?
Conversation
|
Datadog ReportBranch report: ✅ 0 Failed, 130 Passed, 1184 Skipped, 3m 55.2s Total duration (24m 53.32s time saved) |
BenchmarksBenchmark execution time: 2025-02-04 23:36:35 Comparing candidate commit b8ffbec in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 393 metrics, 2 unstable metrics. scenario:iast_aspects-ospathnormcase_aspect
|
Waiting on a pr for the valkey image to be approved so we can use it in testing. Should be approved shortly and then we can merge this. |
4c53ed0
to
8bbb8da
Compare
4a82114
to
36c3e7c
Compare
Add support for Valkey instrumentation Add valkeycluster service Add release notes Reformat snapshots Apply suggested changes remove ddtrace/contrib/valkey update suitespec to reflect movement of files fixes for moving internal Update releasenotes/notes/add-valkey-support-6cc9f41351dc0cd9.yaml Update docs/integrations.rst fix builddocs with init file use mirror image for testing add valkeycluster to services see if more open pattern fixes switch from entrypoint to command for valkey cluster cont add environment ip value to container use rediscluster container for db
36c3e7c
to
6921d3e
Compare
This PR is the work of AhmadMasry
Moving from #12003 since we have issues running certain tests on forked repos.
The Valkey instrumentation is based on the current implementation of the Redis instrumentation, but keeping into consideration that the two projects may deviate and lose compatibility, the Valkey instrumentation is created as a separated module.
Checklist
Reviewer Checklist