Skip to content

Commit

Permalink
make it possible to disable gRPC message spans
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstartin committed Sep 18, 2024
1 parent 5765052 commit 287cb5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class MessagesAvailableInstrumentation extends InstrumenterModule.T
implements Instrumenter.ForKnownTypes {

public MessagesAvailableInstrumentation() {
super("grpc", "grpc-client");
super("grpc", "grpc-client", "grpc-message");
}

@Override
Expand Down

0 comments on commit 287cb5f

Please sign in to comment.