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

CheckList before release #8

Closed
22 of 25 tasks
123liuziming opened this issue Jul 24, 2024 · 10 comments
Closed
22 of 25 tasks

CheckList before release #8

123liuziming opened this issue Jul 24, 2024 · 10 comments
Assignees

Comments

@123liuziming
Copy link
Collaborator

123liuziming commented Jul 24, 2024

here is the checklist before we release v0.1.0-RC

  • test framework
  • improve ut coverage
  • CICD
  • document
    • overall architecture introduction
    • how to write a plugin
    • how to write test
    • how to debug
    • example
    • performance test report
    • design of GLS
    • supported libraries
  • GLS

and we need to add instrument rule, including

  • dubbo
  • gin
  • goredis
  • gorm
  • grpc
  • net/http
  • kratos
  • logrus
  • mongo
  • mux
  • mysql
  • zap
@JellyTony
Copy link
Contributor

kafka、nsq

@123liuziming
Copy link
Collaborator Author

kafka、nsq

We will support segmentio kafka in the first release. nsq will be supported later.

@JellyTony
Copy link
Contributor

忘了还有 go-micro,这个框架用的人也比较多

@123liuziming
Copy link
Collaborator Author

忘了还有 go-micro,这个框架用的人也比较多

这个我们商业化版本有的,后续开源会支持的

@NameHaibinZhang
Copy link
Collaborator

logrus and zap is ready

@NameHaibinZhang
Copy link
Collaborator

gin is ready

@JellyTony
Copy link
Contributor

现在 otel 导出是基于 HTTP、或者 GRPC,otel 导出 �ahent 的 请求也会出现在当前服务的链路追踪中,其实是和服务无关的,这种怎么办呢,

@JellyTony
Copy link
Contributor

现在 otel 导出是基于 HTTP、或者 GRPC,otel 导出 agent 的 请求也会出现在当前服务的链路追踪中,其实是和服务无关的,这种怎么办呢,

@y1yang0

@123liuziming
Copy link
Collaborator Author

现在 otel 导出是基于 HTTP、或者 GRPC,otel 导出 agent 的 请求也会出现在当前服务的链路追踪中,其实是和服务无关的,这种怎么办呢,

@y1yang0

A possible solution would be to provide a span filter, so that if http reports to certain endpoints then the span is not recorded.

@123liuziming
Copy link
Collaborator Author

grpc, kratos and dubbo will be supported in 0.3.0.

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

No branches or pull requests

5 participants