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.

About OpenTracing can not worked question

See original GitHub issue

Question

When I use OpenTracing collect infomention to Sky-walking,the config like this:-Dio.shardingsphere.opentracing.tracer.class=org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer and in Application starter, i write ShardingTracer.init(), can not worked, found java.lang.NullPointerException: null in skywakling-collector log. or i use ShardingTracer.init(new SkywalkingTracer()) only can not worked yet,

sharding-jdbc version 3.1.0, sky-walking 5.0GA

image

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
tuohai666commented, Jan 11, 2019

You may also try:

Sharding-Sphere: id: 34 languages: Java

0reactions
yuxiao97commented, Jan 11, 2019
      ShardingSphere has switched to ANTLR parser which a little slower than before since 3.1.0.

But consuming 3s in parsing is unexpected. If you have doubt, please open another issue to discuss it. BTW, there’s cache mechanism, if you use prepared statement, the parsing time of next query will be 0.

OK, I created another issue:#1738

Read more comments on GitHub >

github_iconTop Results From Across the Web

About OpenTracing can not worked question #1734 - GitHub
Method 1: Inject the Tracer implementation class provided by APM system through reading system parameters. This is to say copy ...
Read more >
Quarkus with Microprofile OpenTracing distributed tracing ...
During test phase we have noticed that distributed tracing is not working. Tracing works (single component traces) but uber-trace-id is not ...
Read more >
A CTO's strategy towards OpenTracing | by Alois Reitbauer
Discussing how to be able to ingest trace fragment data from each other. The first problem is on the way to be resolved...
Read more >
opentracing/public - Gitter
Hi guys, I have a question about tracer.active_span that's driving me crazy as I can't upgrade from opentracing 1.x to 2.x. My setup...
Read more >
Observability, For The Rest Of Us
Therein lies the problem with distributed tracing libraries. ... The reality is that's not what happens in most companies.
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