From 3a9645849529736ca3f67170d673daaee0ed0cda Mon Sep 17 00:00:00 2001 From: xiaqi1210 Date: Thu, 6 Jun 2024 17:33:07 +0800 Subject: [PATCH] Fix the opentracing toolkit SPI config (#696) --- CHANGES.md | 1 + .../services}/io.opentracing.Tracer | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename apm-application-toolkit/apm-toolkit-opentracing/src/main/resources/{META-INF.services => META-INF/services}/io.opentracing.Tracer (92%) diff --git a/CHANGES.md b/CHANGES.md index 0be603455..c7d88b078 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Release Notes. * 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. * 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) diff --git a/apm-application-toolkit/apm-toolkit-opentracing/src/main/resources/META-INF.services/io.opentracing.Tracer b/apm-application-toolkit/apm-toolkit-opentracing/src/main/resources/META-INF/services/io.opentracing.Tracer similarity index 92% rename from apm-application-toolkit/apm-toolkit-opentracing/src/main/resources/META-INF.services/io.opentracing.Tracer rename to apm-application-toolkit/apm-toolkit-opentracing/src/main/resources/META-INF/services/io.opentracing.Tracer index 894da6a64..4cb914e31 100644 --- a/apm-application-toolkit/apm-toolkit-opentracing/src/main/resources/META-INF.services/io.opentracing.Tracer +++ b/apm-application-toolkit/apm-toolkit-opentracing/src/main/resources/META-INF/services/io.opentracing.Tracer @@ -16,4 +16,4 @@ # # -org.apache.skywalking.apm.toolkit.opentracing.SkyWalkingTracer +org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer