public class App extends Object
Exposes OpenTracing-enabled REST application (with Jaeger registered as the Tracer) and invokes one request from (also OpenTracing-enabled) Jersey client.
To visualise the traces, start Jaeger locally:
docker run -d -p 5775:5775/udp -p 16686:16686 jaegertracing/all-in-one:travis-1278and go to
localhost:16686.| Constructor and Description |
|---|
App() |
public static void main(String[] args)
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.