Skip to content

Instantly share code, notes, and snippets.

@jpkrohling
Created February 15, 2018 14:32
Show Gist options
  • Save jpkrohling/f80bb0be683b2f39c7a8708a5b9692e0 to your computer and use it in GitHub Desktop.
Save jpkrohling/f80bb0be683b2f39c7a8708a5b9692e0 to your computer and use it in GitHub Desktop.
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