From 78ccf71328fc0a7de2790cd84d31948ac033972b Mon Sep 17 00:00:00 2001 From: zifeihan Date: Tue, 27 Oct 2020 16:01:33 +0800 Subject: [PATCH] Fix the exception that is thrown without `TServiceClientReceiveInstrumentation`. (#5734) --- .../thrift-plugin/src/main/resources/skywalking-plugin.def | 1 - 1 file changed, 1 deletion(-) diff --git a/apm-sniffer/apm-sdk-plugin/thrift-plugin/src/main/resources/skywalking-plugin.def b/apm-sniffer/apm-sdk-plugin/thrift-plugin/src/main/resources/skywalking-plugin.def index 47ad968f8..efc012357 100644 --- a/apm-sniffer/apm-sdk-plugin/thrift-plugin/src/main/resources/skywalking-plugin.def +++ b/apm-sniffer/apm-sdk-plugin/thrift-plugin/src/main/resources/skywalking-plugin.def @@ -18,7 +18,6 @@ thrift=org.apache.skywalking.apm.plugin.thrift.define.TServerInstrumentation thrift=org.apache.skywalking.apm.plugin.thrift.define.client.TAsyncClientInstrumentation thrift=org.apache.skywalking.apm.plugin.thrift.define.client.TAsyncMethodCallInstrumentation thrift=org.apache.skywalking.apm.plugin.thrift.define.client.TServiceClientInstrumentation -thrift=org.apache.skywalking.apm.plugin.thrift.define.client.TServiceClientReceiveInstrumentation thrift=org.apache.skywalking.apm.plugin.thrift.define.TBaseProcessorInstrumentation thrift=org.apache.skywalking.apm.plugin.thrift.define.TBaseAsyncProcessorInstrumentation thrift=org.apache.skywalking.apm.plugin.thrift.define.transport.TSocketInstrumentation