Skip to content
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

对业务应用支持异步追踪 #253

Open
huojinfang opened this issue Dec 10, 2024 · 2 comments
Open

对业务应用支持异步追踪 #253

huojinfang opened this issue Dec 10, 2024 · 2 comments
Assignees
Labels

Comments

@huojinfang
Copy link

Is your feature request related to a problem? Please describe.

当使用 otel go build myapp后,配置一个otpl不可到达的远端地址,myapp的接口请求执行就会受到影响:一直无法响应。这个会导致业务服务在正常运行期间,如果otpl的远端突然挂掉会影响业务服务的正常执行。

Describe the solution you'd like

目前看好像不是异步的,希望支持异步,当配置的otpl远端地址不可达时,也不影响业务服务的运行

Describe alternatives you've considered

No response

Additional context

No response

@huojinfang huojinfang added the enhancement New feature or request label Dec 10, 2024
@chaneytech
Copy link
Contributor

chaneytech commented Dec 10, 2024

这个问题稳定复现吗?我这边尝试没有复现,复现步骤

  1. otel go build 我的项目
  2. 手动写了一个接口 /v1/traces,内部逻辑休眠 60s,模拟挂了超时情况
  3. collector 上报地址改为我写的 /v1/traces 的服务地址
  4. curl 调用我项目的接口,返回时间正常

有什么特殊触发条件吗?cc @123liuziming

@123liuziming
Copy link
Collaborator

@huojinfang May be we need a minimize demo to reproduce it. I can not reproduce the issue either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants