Polished
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/98f8ce31 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/98f8ce31 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/98f8ce31 Branch: refs/heads/master Commit: 98f8ce310f6778e58e8dcda345bb509acdd2ba89 Parents: 9169361 Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Mar 6 14:20:07 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Mar 6 15:53:12 2017 +0100 ---------------------------------------------------------------------- examples/README.adoc | 4 ++-- examples/camel-example-opentracing/pom.xml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/98f8ce31/examples/README.adoc ---------------------------------------------------------------------- diff --git a/examples/README.adoc b/examples/README.adoc index e7b44f2..2a47d40 100644 --- a/examples/README.adoc +++ b/examples/README.adoc @@ -17,8 +17,6 @@ Number of Examples: 86 |======================================================================= | Example | Category | Description -| link:camel-example-opentracing/README.md[Opentracing] (camel-example-opentracing) | | An example showing how to trace incoming and outgoing messages from Camel with OpenTracing - | link:camel-example-cdi/README.md[CDI] (camel-example-cdi) | Beginner | An example showing how to work with Camel and CDI for dependency injection | link:camel-example-cdi-properties/README.md[CDI Properties] (camel-example-cdi-properties) | Beginner | DeltaSpike configuration properties CDI example @@ -105,6 +103,8 @@ Number of Examples: 86 | link:camel-example-management/README.md[Management] (camel-example-management) | Management and Monitoring | An example for showing Camel JMX management +| link:camel-example-opentracing/README.md[OpenTracing] (camel-example-opentracing) | Management and Monitoring | An example showing how to trace incoming and outgoing messages from Camel with OpenTracing + | link:camel-example-splunk/README.md[Splunk] (camel-example-splunk) | Management and Monitoring | An example using Splunk | link:camel-example-spring-boot-metrics/README.md[Spring Boot Metrics] (camel-example-spring-boot-metrics) | Management and Monitoring | An example showing how to work with Camel and Spring Boot and report metrics to Graphite http://git-wip-us.apache.org/repos/asf/camel/blob/98f8ce31/examples/camel-example-opentracing/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-opentracing/pom.xml b/examples/camel-example-opentracing/pom.xml index c2a08a9..f1dfb47 100644 --- a/examples/camel-example-opentracing/pom.xml +++ b/examples/camel-example-opentracing/pom.xml @@ -31,6 +31,11 @@ <name>Camel :: Example :: OpenTracing</name> <description>An example showing how to trace incoming and outgoing messages from Camel with OpenTracing</description> + <properties> + <category>Management and Monitoring</category> + <title>OpenTracing</title> + </properties> + <modules> <module>client</module> <module>service1</module>