question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use OT Tracer Resolver

See original GitHub issue

Environment Details

  • Helidon Version: 1.4.1
  • Helidon SE or Helidon MP: Both
  • JDK version: Any
  • OS: Any
  • Docker version (if applicable): N/A

Problem Description

Currently Helidon uses its own Tracer builder mechanism via io.helidon.tracing.spi.TracerProvider which appears needlessly complicated as its tightly coupled into the config Jaeger needs. Replacing this with simply using Tracer Resolver would be far simpler and make it easier for developers to integrate.

Steps to reproduce

N/A

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tomas-langercommented, Apr 3, 2020

Change is now merged into both master and 1.x branch. In MP, the tracer resolver is enabled by default. If you put zipkin or jaeger on classpath, these have higher priority so would be used instead. For SE there is a new module that can be configured using the Helidon Tracer API.

0reactions
tomas-langercommented, Mar 30, 2020

This feature was added to master branch and will be available as part of our 2.0 release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

opentracing-contrib/java-tracerresolver: Resolver API ... - GitHub
This is a utility class providing a static resolveTracer() method using the JDK ServiceLoader to find declared TracerFactory implementations providing a Tracer.
Read more >
How to use TracerResolver in io.opentracing.contrib ... - Tabnine
TracerResolver API definition looks for one or more registered TracerResolver implementations using the ServiceLoader. If no TracerResolver implementations are ...
Read more >
How to Use TRACERT to Troubleshoot TCP/IP Problems in ...
The TRACERT diagnostic utility determines the route to a destination by sending Internet Control Message Protocol (ICMP) echo packets to the destination. In ......
Read more >
io.opentracing.contrib.tracerresolver.TracerResolver Java ...
TracerResolver Java Examples. The following examples show how to use io.opentracing.contrib.tracerresolver. ... Tracer tracer = TracerResolver.
Read more >
Tracer Resolver - io.opentracing.contrib - Maven Repository
License, Apache 2.0. Tags, opentracingmonitoringtracing. Ranking, #6002 in MvnRepository (See Top Artifacts). Used By, 61 artifacts ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found