-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.x] - Refactor to Tracing providers #7264
[4.x] - Refactor to Tracing providers #7264
Conversation
Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
b9a64b4
to
cd97069
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments in files.
...ry/src/main/java/io/helidon/tracing/providers/opentelemetry/OpenTelemetryTracerProvider.java
Outdated
Show resolved
Hide resolved
...ers/opentelemetry/src/main/java/io/helidon/tracing/providers/opentelemetry/package-info.java
Outdated
Show resolved
Hide resolved
...racing/src/main/java/io/helidon/tracing/providers/opentracing/OpenTracingTracerProvider.java
Outdated
Show resolved
Hide resolved
tracing/providers/zipkin/src/main/java/io/helidon/tracing/providers/zipkin/ZipkinTracer.java
Outdated
Show resolved
Hide resolved
666c7be
to
c453b9e
Compare
Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
c453b9e
to
1a7b1fc
Compare
Refactor to Tracing providers Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
fyi brave 6 will be out soon (removing deprecation), and sorry about the spam. I noticed refactoring notices here to a new api. when that's together, if still using brave.. let's get a canonical frontend/.backend example here. This will help make sure people can test it perf and dependency wise, or just to have fun. If not interested, excuse the spam https://github.com/openzipkin/brave-example |
Resolves #6181