Skip to content

Commit

Permalink
add to S3ClientInstrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nhulston committed Jan 8, 2025
1 parent 9d3aa69 commit 91ce6d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@AutoService(InstrumenterModule.class)
public final class S3ClientInstrumentation extends InstrumenterModule.Tracing
implements Instrumenter.ForSingleType {
implements Instrumenter.ForSingleType, Instrumenter.HasMethodAdvice {
public S3ClientInstrumentation() {
super("s3", "aws-s3");
}
Expand Down

0 comments on commit 91ce6d6

Please sign in to comment.