Merge pull request #656 from ascrutae/feature/plugin-def-incorrect
fix the instrumentation class in plugin define file is incorrect
This commit is contained in:
commit
032ade6e3c
|
|
@ -1 +1 @@
|
|||
dubbo=DubboInstrumentation
|
||||
dubbo=org.apache.skywalking.apm.plugin.dubbo.DubboInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
elastic-job-2.x=JobExecutorInstrumentation
|
||||
elastic-job-2.x=org.apache.skywalking.apm.plugin.esjob.define.JobExecutorInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
feign-default-http-9.x=DefaultHttpClientInstrumentation
|
||||
feign-default-http-9.x=org.apache.skywalking.apm.plugin.feign.http.v9.define.DefaultHttpClientInstrumentation
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
grpc-1.x=ClientCallInstrumentation
|
||||
grpc-1.x=UnaryClientCallListenerInstrumentation
|
||||
grpc-1.x=UnaryServerCallListenerInstrumentation
|
||||
grpc-1.x=UnaryServerCallHandlerInstrumentation
|
||||
grpc-1.x=ClientCallsInstrumentation
|
||||
grpc-1.x=ManagedChannelInstrumentation
|
||||
grpc-1.x=StreamingServerCallHandlerInstrumentation
|
||||
grpc-1.x=StreamingServerCallListenerInstrumentation
|
||||
grpc-1.x=StreamObserverToCallListenerInstrumentation
|
||||
grpc-1.x=org.apache.skywalking.apm.plugin.grpc.v1.define.ClientCallInstrumentation
|
||||
grpc-1.x=org.apache.skywalking.apm.plugin.grpc.v1.define.UnaryClientCallListenerInstrumentation
|
||||
grpc-1.x=org.apache.skywalking.apm.plugin.grpc.v1.define.UnaryServerCallListenerInstrumentation
|
||||
grpc-1.x=org.apache.skywalking.apm.plugin.grpc.v1.define.UnaryServerCallHandlerInstrumentation
|
||||
grpc-1.x=org.apache.skywalking.apm.plugin.grpc.v1.define.ClientCallsInstrumentation
|
||||
grpc-1.x=org.apache.skywalking.apm.plugin.grpc.v1.define.ManagedChannelInstrumentation
|
||||
grpc-1.x=org.apache.skywalking.apm.plugin.grpc.v1.define.StreamingServerCallHandlerInstrumentation
|
||||
grpc-1.x=org.apache.skywalking.apm.plugin.grpc.v1.define.StreamingServerCallListenerInstrumentation
|
||||
grpc-1.x=org.apache.skywalking.apm.plugin.grpc.v1.define.StreamObserverToCallListenerInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
h2-1.x=DriverInstrumentation
|
||||
h2-1.x=JdbcConnectionInstrumentation
|
||||
h2-1.x=PooledJdbcConnectionInstrumentation
|
||||
h2-1.x=JdbcXAConnectionInstrumentation
|
||||
h2-1.x=org.apache.skywalking.apm.plugin.jdbc.h2.define.DriverInstrumentation
|
||||
h2-1.x=org.apache.skywalking.apm.plugin.jdbc.h2.define.JdbcConnectionInstrumentation
|
||||
h2-1.x=org.apache.skywalking.apm.plugin.jdbc.h2.define.PooledJdbcConnectionInstrumentation
|
||||
h2-1.x=org.apache.skywalking.apm.plugin.jdbc.h2.define.JdbcXAConnectionInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
httpclient-4.x=AbstractHttpClientInstrumentation
|
||||
httpclient-4.x=InternalHttpClientInstrumentation
|
||||
httpclient-4.x=MinimalHttpClientInstrumentation
|
||||
httpclient-4.x=DefaultRequestDirectorInstrumentation
|
||||
httpclient-4.x=org.apache.skywalking.apm.plugin.httpClient.v4.define.AbstractHttpClientInstrumentation
|
||||
httpclient-4.x=org.apache.skywalking.apm.plugin.httpClient.v4.define.InternalHttpClientInstrumentation
|
||||
httpclient-4.x=org.apache.skywalking.apm.plugin.httpClient.v4.define.MinimalHttpClientInstrumentation
|
||||
httpclient-4.x=org.apache.skywalking.apm.plugin.httpClient.v4.define.DefaultRequestDirectorInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
jedis-2.x=JedisClusterInstrumentation
|
||||
jedis-2.x=JedisInstrumentation
|
||||
jedis-2.x=org.apache.skywalking.apm.plugin.jedis.v2.define.JedisClusterInstrumentation
|
||||
jedis-2.x=org.apache.skywalking.apm.plugin.jedis.v2.define.JedisInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
jetty-client-9.x=CompleteListenerInstrumentation
|
||||
jetty-client-9.x=HttpRequestInstrumentation
|
||||
jetty-client-9.x=org.apache.skywalking.apm.plugin.jetty.v9.client.define.CompleteListenerInstrumentation
|
||||
jetty-client-9.x=org.apache.skywalking.apm.plugin.jetty.v9.client.define.HttpRequestInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
jetty-server-9.x=JettyInstrumentation
|
||||
jetty-server-9.x=org.apache.skywalking.apm.plugin.jetty.v9.server.define.JettyInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
mongodb-2.x=MongoDBCollectionInstrumentation
|
||||
mongodb-2.x=MongoDBCollectionImplInstrumentation
|
||||
mongodb-2.x=org.apache.skywalking.apm.plugin.mongodb.v2.define.MongoDBCollectionInstrumentation
|
||||
mongodb-2.x=org.apache.skywalking.apm.plugin.mongodb.v2.define.MongoDBCollectionImplInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
mongodb-3.x=MongoDBInstrumentation
|
||||
mongodb-3.x=org.apache.skywalking.apm.plugin.mongodb.v3.define.MongoDBInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
motan-0.x=MotanConsumerInstrumentation
|
||||
motan-0.x=MotanProviderInstrumentation
|
||||
motan-0.x=org.apache.skywalking.apm.plugin.motan.define.MotanConsumerInstrumentation
|
||||
motan-0.x=org.apache.skywalking.apm.plugin.motan.define.MotanProviderInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
mysql-5.x=DriverInstrumentation
|
||||
mysql-5.x=Mysql5xConnectionInstrumentation
|
||||
mysql-5.x=Mysql50ConnectionInstrumentation
|
||||
mysql-5.x=CallableInstrumentation
|
||||
mysql-5.x=PreparedStatementInstrumentation
|
||||
mysql-5.x=StatementInstrumentation
|
||||
mysql-5.x=org.apache.skywalking.apm.plugin.jdbc.mysql.define.DriverInstrumentation
|
||||
mysql-5.x=org.apache.skywalking.apm.plugin.jdbc.mysql.define.Mysql5xConnectionInstrumentation
|
||||
mysql-5.x=org.apache.skywalking.apm.plugin.jdbc.mysql.define.Mysql50ConnectionInstrumentation
|
||||
mysql-5.x=org.apache.skywalking.apm.plugin.jdbc.mysql.define.CallableInstrumentation
|
||||
mysql-5.x=org.apache.skywalking.apm.plugin.jdbc.mysql.define.PreparedStatementInstrumentation
|
||||
mysql-5.x=org.apache.skywalking.apm.plugin.jdbc.mysql.define.StatementInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
nutz-http-1.x=NutzHttpGetSenderInstrumentation
|
||||
nutz-http-1.x=NutzHttpPostSenderInstrumentation
|
||||
nutz-http-1.x=NutzHttpFilePostSenderInstrumentation
|
||||
nutz-http-1.x=org.apache.skywalking.apm.plugin.nutz.http.sync.define.NutzHttpGetSenderInstrumentation
|
||||
nutz-http-1.x=org.apache.skywalking.apm.plugin.nutz.http.sync.define.NutzHttpPostSenderInstrumentation
|
||||
nutz-http-1.x=org.apache.skywalking.apm.plugin.nutz.http.sync.define.NutzHttpFilePostSenderInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
nutz-mvc-annotation-1.x=ActionInstrumentation
|
||||
nutz-mvc-annotation-1.x=org.apache.skywalking.apm.plugin.nutz.mvc.define.ActionInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
okhttp-3.x=RealCallInstrumentation
|
||||
okhttp-3.x=org.apache.skywalking.apm.plugin.okhttp.v3.define.RealCallInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
oracle-10.x=DriverInstrumentation
|
||||
oracle-10.x=ConnectionInstrumentation
|
||||
oracle-10.x=org.apache.skywalking.apm.plugin.jdbc.oracle.define.DriverInstrumentation
|
||||
oracle-10.x=org.apache.skywalking.apm.plugin.jdbc.oracle.define.ConnectionInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
postgresql-8.x=DriverInstrumentation
|
||||
postgresql-8.x=Jdbc3ConnectionInstrumentation
|
||||
postgresql-8.x=Jdbc4ConnectionInstrumentation
|
||||
postgresql-8.x=ConnectionInstrumentation
|
||||
postgresql-8.x=AbstractJdbc2StatementInstrumentation
|
||||
postgresql-8.x=org.apache.skywalking.apm.plugin.jdbc.postgresql.define.DriverInstrumentation
|
||||
postgresql-8.x=org.apache.skywalking.apm.plugin.jdbc.postgresql.define.Jdbc3ConnectionInstrumentation
|
||||
postgresql-8.x=org.apache.skywalking.apm.plugin.jdbc.postgresql.define.Jdbc4ConnectionInstrumentation
|
||||
postgresql-8.x=org.apache.skywalking.apm.plugin.jdbc.postgresql.define.ConnectionInstrumentation
|
||||
postgresql-8.x=org.apache.skywalking.apm.plugin.jdbc.postgresql.define.AbstractJdbc2StatementInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
resin-3.x=ResinV3Instrumentation
|
||||
resin-3.x=org.apache.skywalking.apm.plugin.resin.v3.define.ResinV3Instrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
resin-4.x=ResinV4Instrumentation
|
||||
resin-4.x=org.apache.skywalking.apm.plugin.resin.v4.define.ResinV4Instrumentation
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
rocketMQ-4.x=ConsumeMessageConcurrentlyInstrumentation
|
||||
rocketMQ-4.x=ConsumeMessageOrderlyInstrumentation
|
||||
rocketMQ-4.x=MQClientAPIImplInstrumentation
|
||||
rocketMQ-4.x=SendCallbackInstrumentation
|
||||
rocketMQ-4.x=org.apache.skywalking.apm.plugin.rocketMQ.v4.define.ConsumeMessageConcurrentlyInstrumentation
|
||||
rocketMQ-4.x=org.apache.skywalking.apm.plugin.rocketMQ.v4.define.ConsumeMessageOrderlyInstrumentation
|
||||
rocketMQ-4.x=org.apache.skywalking.apm.plugin.rocketMQ.v4.define.MQClientAPIImplInstrumentation
|
||||
rocketMQ-4.x=org.apache.skywalking.apm.plugin.rocketMQ.v4.define.SendCallbackInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
sharding-jdbc-1.5.x=ExecutorInstrumentation
|
||||
sharding-jdbc-1.5.x=org.apache.skywalking.apm.plugin.sjdbc.define.ExecutorInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
spring-concurrent-util-4.x=FailureCallbackInstrumentation
|
||||
spring-concurrent-util-4.x=SuccessCallbackInstrumentation
|
||||
spring-concurrent-util-4.x=ListenableFutureCallbackInstrumentation
|
||||
spring-concurrent-util-4.x=org.apache.skywalking.apm.plugin.spring.concurrent.define.FailureCallbackInstrumentation
|
||||
spring-concurrent-util-4.x=org.apache.skywalking.apm.plugin.spring.concurrent.define.SuccessCallbackInstrumentation
|
||||
spring-concurrent-util-4.x=org.apache.skywalking.apm.plugin.spring.concurrent.define.ListenableFutureCallbackInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
spring-core-patch=AopProxyFactoryInstrumentation
|
||||
spring-core-patch=AutowiredAnnotationProcessorInstrumentation
|
||||
spring-core-patch=org.apache.skywalking.apm.plugin.spring.patch.define.AopProxyFactoryInstrumentation
|
||||
spring-core-patch=org.apache.skywalking.apm.plugin.spring.patch.define.AutowiredAnnotationProcessorInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
spring-mvc-annotation-3.x=ControllerInstrumentation
|
||||
spring-mvc-annotation-3.x=HandlerMethodInstrumentation
|
||||
spring-mvc-annotation-3.x=InvocableHandlerInstrumentation
|
||||
spring-mvc-annotation-3.x=HandlerMethodInvokerInstrumentation
|
||||
spring-mvc-annotation-3.x=org.apache.skywalking.apm.plugin.spring.mvc.v3.define.ControllerInstrumentation
|
||||
spring-mvc-annotation-3.x=org.apache.skywalking.apm.plugin.spring.mvc.v3.define.HandlerMethodInstrumentation
|
||||
spring-mvc-annotation-3.x=org.apache.skywalking.apm.plugin.spring.mvc.v3.define.InvocableHandlerInstrumentation
|
||||
spring-mvc-annotation-3.x=org.apache.skywalking.apm.plugin.spring.mvc.v3.define.HandlerMethodInvokerInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
spring-mvc-annotation-4.x=ControllerInstrumentation
|
||||
spring-mvc-annotation-4.x=RestControllerInstrumentation
|
||||
spring-mvc-annotation-4.x=HandlerMethodInstrumentation
|
||||
spring-mvc-annotation-4.x=InvocableHandlerInstrumentation
|
||||
spring-mvc-annotation-4.x=org.apache.skywalking.apm.plugin.spring.mvc.v4.define.ControllerInstrumentation
|
||||
spring-mvc-annotation-4.x=org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerInstrumentation
|
||||
spring-mvc-annotation-4.x=org.apache.skywalking.apm.plugin.spring.mvc.v4.define.HandlerMethodInstrumentation
|
||||
spring-mvc-annotation-4.x=org.apache.skywalking.apm.plugin.spring.mvc.v4.define.InvocableHandlerInstrumentation
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
spring-resttemplate-4.x=RestTemplateInstrumentation
|
||||
spring-resttemplate-4.x=ResponseExtractorFutureInstrumentation
|
||||
spring-resttemplate-4.x=RestTemplateInstrumentation
|
||||
spring-resttemplate-4.x=org.apache.skywalking.apm.plugin.spring.resttemplate.sync.define.RestTemplateInstrumentation
|
||||
spring-resttemplate-4.x=org.apache.skywalking.apm.plugin.spring.resttemplate.async.define.ResponseExtractorFutureInstrumentation
|
||||
spring-resttemplate-4.x=org.apache.skywalking.apm.plugin.spring.resttemplate.async.define.RestTemplateInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
spring-cloud-feign-1.x=NetflixFeignInstrumentation
|
||||
spring-cloud-feign-1.x=org.apache.skywalking.apm.plugin.spring.cloud.netflix.feign.v11.define.NetflixFeignInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
spymemcached-2.x=MemcachedInstrumentation
|
||||
spymemcached-2.x=org.apache.skywalking.apm.plugin.spymemcached.v2.define.MemcachedInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
struts2-2.x=Struts2Instrumentation
|
||||
struts2-2.x=org.apache.skywalking.apm.plugin.struts2.define.Struts2Instrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
tomcat-7.x/8.x=TomcatInstrumentation
|
||||
tomcat-7.x/8.x=org.apache.skywalking.apm.plugin.tomcat78x.define.TomcatInstrumentation
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
memcache-2.x=XMemcachedInstrumentation
|
||||
memcache-2.x=org.apache.skywalking.apm.plugin.xmemcached.v2.define.XMemcachedInstrumentation
|
||||
|
|
|
|||
Loading…
Reference in New Issue