Fix the opentracing toolkit SPI config (#696)
This commit is contained in:
parent
313d7d5c8e
commit
3a96458495
|
|
@ -18,6 +18,7 @@ Release Notes.
|
||||||
* Fix peer value of Master-Slave mode in Redisson plugin.
|
* Fix peer value of Master-Slave mode in Redisson plugin.
|
||||||
* Support for tracing the callbacks of asynchronous methods in elasticsearch-6.x-plugin/elasticsearch-7.x-plugin.
|
* Support for tracing the callbacks of asynchronous methods in elasticsearch-6.x-plugin/elasticsearch-7.x-plugin.
|
||||||
* Fixed the invalid issue in the isInterface method in PluginFinder.
|
* Fixed the invalid issue in the isInterface method in PluginFinder.
|
||||||
|
* Fix the opentracing toolkit SPI config
|
||||||
|
|
||||||
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/213?closed=1)
|
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/213?closed=1)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
||||||
org.apache.skywalking.apm.toolkit.opentracing.SkyWalkingTracer
|
org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer
|
||||||
Loading…
Reference in New Issue