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:03 UTC

[camel-spring-boot-examples] 40/40: Merge pull request #7 from EUinUkraine/camel-spring-boot-examples-apm-opentrace

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 <cl...@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(+)