dubbo
dubbo copied to clipboard
Observability tasks: verify how skywalking connects to the micrometer
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Describe the proposal
中文: 需验证下micrometer怎么和skywalking集成。
en: Verify how the micrometer integrates with skywalking.
I'm interested in this task, and I think it is relevant to the issue?
cc @AlbumenJ
@mufiye You can refer to this article about current issue.
When verifying, you can refer to use samples.
The target is to report dubbo trace information to skywalking.
@mufiye You can refer to this article about current issue.
When verifying, you can refer to use samples.
The target is to report dubbo trace information to skywalking.
I think I get it, I will learn and do it. So if I have done the verification, should I do a pull request to the dubbo-samples repository? @conghuhu
ok, You can create a new module.
ok, You can create a new module.
And one more question is should I consider the "metrics" data? I see this task is below "链路追踪" in #issue11113 which I think is about "trace".
You can do tracing first. When need metrics later, you can add.
You can do tracing first. When need metrics later, you can add.
Ok.
Do we have to use otel bridge to integrate with skywalking? I think to integrate skywalking, we just use the skywalking agent API the article you send to me. And when we start the dubbo application, we should do the instrument with skywalking-java-agent jar. Then we can use the skywalking oap to get trace data. @conghuhu
You're right. This issue has forgotten to update. Micrometer can directly connect with skywalking
You're right. This issue has forgotten to update. Micrometer can directly connect with skywalking
I get it.
I have done the verification. As a result, the micrometer trace data can integrate with skywalking and I call pull request #724 to submit the sample codes. @conghuhu