Skip to content

Commit

Permalink
make it possible to disable gRPC message spans (#7642)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstartin authored and jordan-wong committed Sep 23, 2024
1 parent fc4a4b4 commit dd17dea
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 dd17dea

Please sign in to comment.