From 2b41c2b682898cb949df4a62dfe48dede54c595d Mon Sep 17 00:00:00 2001 From: Aaron Abbott Date: Wed, 2 Oct 2024 19:48:05 +0000 Subject: [PATCH 1/2] Add sunset notice to README.rst --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 8c8653a20..3bdc88501 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,19 @@ + **Warning** + + OpenCensus and OpenTracing have merged to form + `OpenTelemetry `__, which serves as the + next major version of OpenCensus and OpenTracing. + + OpenTelemetry has now reached feature parity with OpenCensus, with + tracing and metrics SDKs available in .NET, Golang, Java, NodeJS, and + Python. **All OpenCensus Github repositories will be archived**. We + encourage users to migrate to OpenTelemetry. + + To help you gradually migrate your instrumentation to OpenTelemetry, + bridges are available in Java, Go, Python, and JS. `Read the full + blog post to learn + more `__. + OpenCensus - A stats collection and distributed tracing framework ================================================================= From dccd859fcbb06d46a382b807ff3d1ca205c4ce89 Mon Sep 17 00:00:00 2001 From: Aaron Abbott Date: Thu, 12 Jun 2025 19:09:47 +0000 Subject: [PATCH 2/2] update to clarify partial python bridge --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3bdc88501..3430c557d 100644 --- a/README.rst +++ b/README.rst @@ -10,9 +10,9 @@ encourage users to migrate to OpenTelemetry. To help you gradually migrate your instrumentation to OpenTelemetry, - bridges are available in Java, Go, Python, and JS. `Read the full - blog post to learn - more `__. + bridges are available in Java, Go, Python (tracing only), and JS. `Read the + full blog post to learn more + `__. OpenCensus - A stats collection and distributed tracing framework =================================================================