alibaba / opentelemetry-go-auto-instrumentation

OpenTelemetry Compile-Time Instrumentation for Golang
Apache License 2.0
235 stars 31 forks source link

Provide document about migrating other system #180

Open 123liuziming opened 1 week ago

123liuziming commented 1 week ago

eg: jaeger,prometheus,......

SamYuan1990 commented 1 week ago

For example, my project https://github.com/Hyperledger-TWGC/tape/blob/master/go.mod using

github.com/prometheus/client_golang v1.20.5
    github.com/sirupsen/logrus v1.9.3
    github.com/uber/jaeger-client-go v2.30.0+incompatible

if I want to benefit from this project, how should I modify code, binary compile logic and container build logic?

and the difference between my existing span, metrics and span, metrics generated by this project?