Skip to content

Commit 3a96458

Browse files
authored
Fix the opentracing toolkit SPI config (#696)
1 parent 313d7d5 commit 3a96458

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Release Notes.
1818
* Fix peer value of Master-Slave mode in Redisson plugin.
1919
* Support for tracing the callbacks of asynchronous methods in elasticsearch-6.x-plugin/elasticsearch-7.x-plugin.
2020
* Fixed the invalid issue in the isInterface method in PluginFinder.
21+
* Fix the opentracing toolkit SPI config
2122

2223
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/213?closed=1)
2324

apm-application-toolkit/apm-toolkit-opentracing/src/main/resources/META-INF.services/io.opentracing.Tracer renamed to apm-application-toolkit/apm-toolkit-opentracing/src/main/resources/META-INF/services/io.opentracing.Tracer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
#
1717
#
1818

19-
org.apache.skywalking.apm.toolkit.opentracing.SkyWalkingTracer
19+
org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer

0 commit comments

Comments
 (0)