Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Jan 24, 2024
1 parent 0f905b3 commit d13d777
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object ZioGrpcServerCallInstrumentation:
"org.bitlap.skywalking.apm.plugin.ziogrpc.v06rcx.interceptor.ZioGrpcServerSendMessageInterceptor"

// see issue: https://github.com/scalapb/zio-grpc/issues/501, we cannot use Server Interceptor
// Because the server stream call calls `ServerCall.sendMessage` and `ServerCall.close`, and we intercept grpc directly.
// Because the server stream calls `ServerCall.sendMessage` and `ServerCall.close`, and we intercept grpc directly.
private final val ENHANCE_CLASS = LogicalMatchOperation.or(
HierarchyMatch.byHierarchyMatch("io.grpc.ServerCall"),
MultiClassNameMatch.byMultiClassMatch("io.grpc.ServerCall")
Expand Down

0 comments on commit d13d777

Please sign in to comment.