You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2017/06/03 00:46:38 UTC

cxf git commit: CXF-7247: Support tracing using latest Zipkin Brave 4.x release. Minor README.txt update for the sample project.

Repository: cxf
Updated Branches:
  refs/heads/master 70a6f989e -> 3c1e2e724


CXF-7247: Support tracing using latest Zipkin Brave 4.x release. Minor README.txt update for the sample project.


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/3c1e2e72
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3c1e2e72
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3c1e2e72

Branch: refs/heads/master
Commit: 3c1e2e7245aa89b9ac097e210ff70cdfa6c301a4
Parents: 70a6f98
Author: reta <dr...@gmail.com>
Authored: Fri Jun 2 20:46:25 2017 -0400
Committer: reta <dr...@gmail.com>
Committed: Fri Jun 2 20:46:25 2017 -0400

----------------------------------------------------------------------
 .../jax_rs/tracing_brave_osgi/README.txt        | 21 +++++++-------------
 1 file changed, 7 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/3c1e2e72/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/README.txt
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/README.txt b/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/README.txt
index 2832d9e..1e2e5a1 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/README.txt
+++ b/distribution/src/main/release/samples/jax_rs/tracing_brave_osgi/README.txt
@@ -2,22 +2,15 @@ JAX-RS Brave/OpenZipkin Tracing Demo in OSGi container
 =================
 
 The demo shows a basic usage of Brave/OpenZipkin distributed tracer with REST based 
-Web Services using  JAX-RS 2.0 (JSR-339). The REST server provides the 
-following services: 
+Web Services using  JAX-RS 2.0 (JSR-339). 
 
-A RESTful catalog service is provided on URL http://localhost:9000/catalog 
+A RESTful catalog service is provided on URL http://localhost:9000/catalog with 
+following endpoints available: 
 
-A HTTP GET request to URL http://localhost:8181/cxf/catalog generates following 
-traces:
-
-A HTTP POST request to URL http://localhost:8181/cxf/catalog generates following 
-traces:
-
-A HTTP GET request to URL http://localhost:8181/cxf/catalog/<id> generates following 
-traces:
-
-A HTTP DELETE request to URL http://localhost:8181/cxf/catalog/<id> generates following 
-traces:
+  GET http://localhost:8181/cxf/catalog 
+  POST http://localhost:8181/cxf/catalog 
+  GET http://localhost:8181/cxf/catalog/<id>
+  DELETE http://localhost:8181/cxf/catalog/<id>
 
 
 Building and running the demo using Maven