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 b1f5f162a37376d8ddc8fa22741a2adf8c91b918 Merge: 5ca6112 ca52952 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Sep 18 17:53:17 2020 +0200 Merge pull request #7 from EUinUkraine/camel-spring-boot-examples-apm-opentrace Camel spring boot examples for apm opentrace .../README.adoc | 48 +++++++++ camel-example-spring-boot-apm-opentracing/pom.xml | 118 +++++++++++++++++++++ .../src/main/java/sample/camel/CamelConfig.java | 34 ++++++ .../src/main/java/sample/camel/CounterBean.java | 26 +++++ .../java/sample/camel/Service1Application.java | 40 +++++++ .../src/main/java/sample/camel/Service1Route.java | 41 +++++++ .../src/main/resources/application.properties | 26 +++++ pom.xml | 1 + 8 files changed, 334 insertions(+)