Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
**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 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 (tracing only), and JS. `Read the
full blog post to learn more
<https://opentelemetry.io/blog/2023/sunsetting-opencensus/>`__.

OpenCensus - A stats collection and distributed tracing framework
=================================================================

Expand Down
Loading