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 Sep 19, 2024
1 parent 662bb0c commit a8ea730
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 a8ea730

Please sign in to comment.