From 06ffb6a91ef660d6a1a085dd8489758232c19bca Mon Sep 17 00:00:00 2001 From: Aaron Abbott Date: Tue, 2 May 2023 15:07:53 -0400 Subject: [PATCH] Update README with OpenCensus sunset notice (#1293) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1d7e83711..557b431be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +> **Warning** +> +> OpenCensus and OpenTracing have merged to form [OpenTelemetry](https://opentelemetry.io), 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, except [census-instrumentation/opencensus-python](https://github.com/census-instrumentation/opencensus-python), will be archived on July 31st, 2023**. We encourage users to migrate to OpenTelemetry by this date. +> +> 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**](https://opentelemetry.io/blog/2023/sunsetting-opencensus/). + # OpenCensus Libraries for Go [![Build Status][travis-image]][travis-url]