openzipkin / openzipkin.github.io

content for https://zipkin.io
https://zipkin.io
Apache License 2.0
39 stars 64 forks source link

doc(data): add micrometer as communitry tracer #180

Open dancer1325 opened 1 month ago

dancer1325 commented 1 month ago

Description

How to review?

dancer1325 commented 3 weeks ago

maybe @codefromthecrypt ?

codefromthecrypt commented 3 weeks ago

Thanks for the PR. Micrometer tracing is a different framework than sleuth, so should be similar, but a separate line. For example, micrometer tracing is integrated into Spring Boot 3 but sleuth is integrated into Spring boot 2. cc @making who may be able to help with details!

making commented 3 weeks ago

Yes, that should be on a separate line. It also supports W3C propagation and requires Java 8+. Also, I don't think Spring Cloud Stream compatible transports are supported.

dancer1325 commented 3 weeks ago

Thanks for the review, @codefromthecrypt and @making ,

pushed the suggested comments. Whenever you have got time .., feel free to push directly in this branch

codefromthecrypt commented 1 week ago

one last comment and thanks for your patience on this @dancer1325