Created
February 15, 2018 14:32
-
-
Save jpkrohling/f80bb0be683b2f39c7a8708a5b9692e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configuration configuration = Configuration.builder("service-name") | |
.withCollectorEndpoint("https://jaeger-collector-custom:14268/api/traces") | |
.build(); | |
io.opentracing.Tracer tracer = configuration.getTracer(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment