Skip to content

Commit

Permalink
Update instrumentation/redisson-3.0/javaagent/src/main/java/io/opente…
Browse files Browse the repository at this point in the history
…lemetry/javaagent/instrumentation/redisson/RedissonInstrumentationModule.java

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
  • Loading branch information
Mateusz Rzeszutek and trask committed Jan 24, 2022
1 parent e056a8c commit 015244e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public RedissonInstrumentationModule() {
public List<TypeInstrumentation> typeInstrumentations() {
return asList(
new CommandDataInstrumentation(),
new CommandDataInstrumentation(),
new CommandsDataInstrumentation(),
new RedisConnectionInstrumentation());
}
}

0 comments on commit 015244e

Please sign in to comment.