Skip to content

Commit

Permalink
support aerospike 6 (#5057)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasShabi authored Dec 24, 2024
1 parent 98ceacf commit 4d6a8e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
range: '>=5.12.1'
aerospike-image: ce-6.4.0.3
test-image: ubuntu-latest
- node-version: 22
range: '>=6.0.0'
aerospike-image: ce-6.4.0.3
test-image: ubuntu-latest
runs-on: ${{ matrix.test-image }}
services:
aerospike:
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-instrumentations/src/aerospike.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function wrapProcess (process) {
addHook({
name: 'aerospike',
file: 'lib/commands/command.js',
versions: ['4', '5']
versions: ['4', '5', '6']
},
commandFactory => {
return shimmer.wrapFunction(commandFactory, f => wrapCreateCommand(f))
Expand Down

0 comments on commit 4d6a8e3

Please sign in to comment.