-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: xin.li <[email protected]>
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: 迁移 | ||
description: 如何迁移到 OpenTelemetry | ||
weight: 950 | ||
default_lang_commit: 5b04c102 | ||
--- | ||
|
||
## OpenTracing 和 OpenCensus | ||
|
||
OpenTelemetry 是 OpenTracing 和 OpenCensus 的合并版本。 | ||
从一开始,OpenTelemetry 就被定位[成为 OpenTracing 和 OpenCensus 的下一个主要版本][]。 | ||
因此,OpenTelemetry 项目的[关键目标][]之一是提供与两个项目的向后兼容性以及为现有用户提供迁移方案。 | ||
|
||
如果你来自其中一个项目,你可以遵循 [OpenTracing](opentracing/) 和 | ||
[OpenCensus](opencensus/) 的迁移指南。 | ||
|
||
## Jaeger 客户端 | ||
|
||
[Jaeger 社区](https://www.jaegertracing.io/)弃用了他们的[客户端库](https://www.jaegertracing.io/docs/latest/client-libraries/)并建议使用 | ||
OpenTelemetry 的 API、SDK 和插桩器。 | ||
|
||
自 v1.35 起,Jaeger 后端可以通过 OpenTelemetry 协议(OTLP)接收链路数据。 | ||
因此,你可以将 OpenTelemetry SDK 和收集器从使用 Jaeger 导出器迁移到 OTLP 导出器。 | ||
|
||
[成为 OpenTracing 和 OpenCensus 的下一个主要版本]: https://www.cncf.io/blog/2019/05/21/a-brief-history-of-opentelemetry-so-far/ | ||
[关键目标]: https://medium.com/opentracing/merging-opentracing-and-opencensus-f0fe9c7ca6f0 |