You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/18 15:54:00 UTC

[camel-spring-boot-examples] 37/40: Added new OpenTrace example with ElastiCo APM Tracer

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 14cc33c0f8e9e8d296827a460f190307c143d983
Author: Andrii Mealshchenko <ja...@gmail.com>
AuthorDate: Thu Sep 17 20:56:13 2020 +0300

    Added new OpenTrace example with ElastiCo APM Tracer
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7df711d..33be20b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,7 @@
         <module>camel-example-spring-boot</module>
         <module>camel-example-spring-boot-activemq</module>
         <module>camel-example-spring-boot-amqp</module>
+        <module>camel-example-spring-boot-apm-opentracing</module>
         <module>camel-example-spring-boot-arangodb</module>
         <module>camel-example-spring-boot-clustered-route-controller</module>
         <module>camel-example-spring-boot-fhir</module>