OpenTracing protocol specification link

1. Official website link

OpenTracing specification https://opentracing.io/specification/ However, the current OpenTracing project has been archived and is no longer maintained. Need to refer to OpenTelemetry official website link

Migrating from OpenTracing | OpenTelemetryBackward compatibility with OpenTracing has been a priority for the OpenTelemetry project from the start. To ease migration, OpenTelemetry supports the use of both the OpenTelemetry and OpenTracing APIs in the same codebase. This allows OpenTracing instrumentation to be recorded using OpenTelemetry SDKs.To accomplish this, each OpenTelemetry SDK provides an OpenTracing shim, which acts as a bridge between the OpenTracing API and the OpenTelemetry SDK. Note that OpenTracing shims are disabled by default.https://opentelemetry.io/docs/migration/opentracing/

2. OpenTracing Chinese Community

GitHub - opentracing-contrib/opentracing-specification-zh: OpenTracing标准(中文版) `zh` (Chinese) translation of the opentracing/specificationOpenTracing标准(中文版) `zh` (Chinese) translation of the opentracing/specification - GitHub - opentracing-contrib/opentracing-specification-zh: OpenTracing标准(中文版) `zh` (Chinese) translation of the opentracing/specificationhttps://github.com/opentracing-contrib/opentracing-specification-zh

opentracing-specification-zh/semantic_conventions.md at master · opentracing-contrib/opentracing-specification-zh · GitHubOpenTracing标准(中文版) `zh` (Chinese) translation of the opentracing/specification - opentracing-specification-zh/semantic_conventions.md at master · opentracing-contrib/opentracing-specification-zhhttps://github.com/opentracing-contrib/opentracing-specification-zh/blob/master/semantic_conventions.md

3. Trace data structure 

Traces | OpenTelemetryTraces give us the big picture of what happens when a request is made by a user or an application.https://opentelemetry.io/docs/concepts/signals/traces/

Guess you like

Origin blog.csdn.net/CrystalShaw/article/details/129042703