Skip to content

Commit

Permalink
[zh] Add migration/_index.md (#4638)
Browse files Browse the repository at this point in the history
  • Loading branch information
my-git9 authored Jul 12, 2024
1 parent 6d6021a commit f59df71
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions content/zh/docs/migration/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: 迁移
description: 如何迁移到 OpenTelemetry
weight: 950
default_lang_commit: 4b1f5e382758278e1e56e7b197bd349c17fdf9cb
---

## 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

0 comments on commit f59df71

Please sign in to comment.