Replies: 1 comment
-
| It can be collected, https://skywalking.apache.org/docs/main/latest/en/setup/backend/otlp-trace/ But it is a zipkin-like format. So it could only be queried by zipkin query API, and available in lens UI. Further, don't expect to analysis metrics and topology from it. It is not proper to do that. From otlp perspective, trace is trace. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question when using opentelemetry and skywalking. In java project, use opentelemetry to generate trace and span infomation, then I want to collect these trace to skywalking aop to analysis and display. I have deploy skywalking version is 10.2.0, and there is the java code:
opentelemetry-->skywalking oap directly, no other collector.Config.oltpEndPoint=http://192.168.163.128:11800
but it seems like failed, no error in java program, no trace in skywalking.
I read update record like this "https://www.mail-archive.com/notifications%40skywalking.apache.org/msg213462.html", it mentioned that skywalking can receive otel trace?
what happend about it, how to figure it out.
Beta Was this translation helpful? Give feedback.
All reactions