Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d93b7c1
feat(instrumentation-redis): support redis v5
adbista Jul 22, 2025
da8f2b3
chore(instrumentation-redis): remove comment from tsconfig.json
adbista Jul 22, 2025
4f7ad50
chore(tsconfig): add workaround for node-redis type errors (#3009)
adbista Jul 22, 2025
4980fd4
chore: update redis to v5.6.0
adbista Jul 22, 2025
494563b
chore(redis): remove comments and update README
adbista Jul 23, 2025
94b5217
chore(instrumentation-redis): fix lint
adbista Aug 1, 2025
6a30b47
fix(instrumentation-redis): change command for tav file
adbista Aug 1, 2025
441a3ac
Merge branch 'main' into feat/instrumentation-redis/redis5-support
adbista Aug 6, 2025
7130d22
feat(redis): support migration between legacy and stable semantic con…
adbista Aug 7, 2025
fb7f3d0
docs(redis): update README with semantic conventions info
adbista Aug 7, 2025
5bbccee
Merge branch 'main' into feat/instrumentation-redis/redis5-support
adbista Aug 7, 2025
c7ceada
Merge branch 'main' into feat/instrumentation-redis/redis5-support
adbista Aug 12, 2025
9d6f509
test(redis): add semconvStability tests and override setConfig
adbista Aug 18, 2025
8698f82
Merge branch 'main' into feat/instrumentation-redis/redis5-support
adbista Aug 18, 2025
cb2b7f4
test(redis-v2-v3): add semconv stability config tests
adbista Aug 18, 2025
1f269d5
Merge remote-tracking branch 'upstream/main' into feat/instrumentatio…
adbista Aug 18, 2025
f471b7d
chore(redis): test commit
adbista Aug 19, 2025
88164c4
chore(redis): test commit
adbista Aug 19, 2025
ce90fe4
Merge branch 'main' into feat/instrumentation-redis/redis5-support
adbista Aug 19, 2025
38d8487
test(redis-2-3): insert additional asserts
adbista Aug 19, 2025
b72b611
test(test-v4-v5): create test for ATTR_DB_OPERATION_BATCH_SIZE
adbista Aug 19, 2025
eda59cc
test(redis-2-3): add new tests for semconv stability
adbista Aug 19, 2025
c509c57
test(redis): remove unnecessary tests from redis v2-v3 and add test r…
adbista Aug 19, 2025
b53c242
Merge branch 'main' into feat/instrumentation-redis/redis5-support
adbista Aug 20, 2025
a7b48ca
Merge branch 'main' into feat/instrumentation-redis/redis5-support
adbista Aug 25, 2025
3f9521a
fix(redis): apply small review fixes
adbista Aug 27, 2025
033c4dd
Merge branch 'main' into feat/instrumentation-redis/redis5-support
adbista Aug 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
197 changes: 192 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/instrumentation-redis/.tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ redis:
mode: latest-minors
commands: npm run test-v2-v3
- versions:
include: '>=4 <5'
include: '>=4 <6'
# "4.6.9" was a bad release that accidentally broke node v14 support.
exclude: "4.6.9"
mode: latest-minors
commands: npm test
commands: npm run test
Loading
Loading