You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by wq...@apache.org on 2022/03/12 09:22:20 UTC

[incubator-eventmesh] branch master updated: add zipkin plugin properties

This is an automated email from the ASF dual-hosted git repository.

wqliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c1baac  add zipkin plugin properties
     new 5ce0a55  Merge pull request #810 from wqliang/addTracePluginProperties
2c1baac is described below

commit 2c1baac2ca6fada2b5cba5e3ad698216b65a8a68
Author: wqliang <wq...@gmail.com>
AuthorDate: Sat Mar 12 15:51:32 2022 +0800

    add zipkin plugin properties
---
 build.gradle                                                    | 1 +
 eventmesh-trace-plugin/eventmesh-trace-zipkin/gradle.properties | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 5b2bcee..eb46343 100644
--- a/build.gradle
+++ b/build.gradle
@@ -263,6 +263,7 @@ subprojects {
                                    "eventmesh-connector-api",
                                    "eventmesh-metrics-api",
                                    "eventmesh-registry-api",
+                                   "eventmesh-trace-api",
                                    "eventmesh-runtime",
                                    "eventmesh-security-api",
                                    "eventmesh-protocol-api",
diff --git a/eventmesh-trace-plugin/eventmesh-trace-zipkin/gradle.properties b/eventmesh-trace-plugin/eventmesh-trace-zipkin/gradle.properties
index a9fd83f..13bc3c5 100644
--- a/eventmesh-trace-plugin/eventmesh-trace-zipkin/gradle.properties
+++ b/eventmesh-trace-plugin/eventmesh-trace-zipkin/gradle.properties
@@ -13,4 +13,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#
\ No newline at end of file
+#
+
+pluginType=trace
+pluginName=zipkin
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org