deepflow icon indicating copy to clipboard operation
deepflow copied to clipboard

[QA] Skywalking接入Deepflow后,试用问题汇总(持续更新)

Open yujianweilai opened this issue 5 months ago • 8 comments

Search before asking

  • [X] I had searched in the issues and found no similar feature requirement.

DeepFlow Component

Server

What you expected to happen

我们的业务微服务,之前是使用skywalking做apm,为了体验deepflow的全链路追踪能力,以及对trace数据进行标准化,我们将apm架构改造为skywalking-agent->otel-collector-> deepflow 。现在已经参考https://www.deepflow.io/docs/zh/integration/input/tracing/skywalking/ 将skywalking-agent采集到的业务trace数据,传到了deepflow,然后我尝试做一次业务请求,业务日志如下: image 使用traceid=2044a11911124f94882c1e30351fdd51.121.17252493541140007,去deepflow查询,查到了几十条链路数据 image 然后点击“Trace ID”,画出火焰图,但是火焰图显示上,如下图,每条链路间调用是断开的,没有办法直观的查看链路调用的整体情况 image 烦请研发老师,帮忙看一下,是哪里的问题,非常感谢。

How to reproduce

No response

DeepFlow version

[root@staging-cetccx-master1 ~]# kubectl exec -it -n deepflow deploy/deepflow-server -- deepflow-server -v Name: deepflow-server community edition Branch: v6.5 CommitID: https://github.com/deepflowio/deepflow/commit/9bb16a8ff644a9279300aa7220edcc2f21321d80 RevCount: 10821 Compiler: go version go1.21.13 linux/amd64 CompileTime: 2024-08-12 06:11:31 [root@staging-cetccx-master1 ~]# kubectl exec -it -n deepflow ds/deepflow-agent -- deepflow-agent -v 10805-c6a440e933afb1de0242f55c7aecaa6e6086e69a Name: deepflow-agent community edition Branch: v6.5 CommitId: https://github.com/deepflowio/deepflow/commit/c6a440e933afb1de0242f55c7aecaa6e6086e69a RevCount: 10805 Compiler: rustc 1.77.1 (7cf61ebde 2024-03-27) CompileTime: 2024-08-07 05:01:34 [root@staging-cetccx-master1 ~]#

DeepFlow agent list

No response

Kubernetes CNI

calico ipip模式

Operation-System/Kernel version

[root@staging-cetccx-master1 ~]# more /etc/redhat-release CentOS Linux release 7.9.2009 (Core) [root@staging-cetccx-master1 ~]# uname -a Linux staging-cetccx-master1 5.16.13-1.el7.elrepo.x86_64 #1 SMP PREEMPT Tue Mar 8 08:32:26 EST 2022 x86_64 x86_64 x86_64 GNU/Linux [root@staging-cetccx-master1 ~]#

Anything else

No response

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

yujianweilai avatar Sep 02 '24 04:09 yujianweilai