Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sunset notice to README.rst #1244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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, and JS. `Read the full
blog post to learn
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lzchen @aabmass I believe the Python bridge is missing coverage of all the signals. Do we think we should mention it here or just point to the blog post that provides more details?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tracing is implemented but metrics is not. I do not believe we need a logging bridge since the api is essentially a wrapper around the python logging library.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, ideally someone can work on the MetricProducer and bridge before we fully archive this (although IIRC it is a reversible operation)

more <https://opentelemetry.io/blog/2023/sunsetting-opencensus/>`__.

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

Expand Down
Loading