aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2019-09-19 19:09:28 -0700
committerGitHub <noreply@github.com>2019-09-19 19:09:28 -0700
commitf77bba134560259652b5822c72a9711c68310a0f (patch)
tree08427a5fe73ab8f99646434770a92706cafa1563
parent12e176ddd089a598b4c7bb5a3bcf78e7bfc17b0e (diff)
downloadplatform_external_opencensus-java-f77bba134560259652b5822c72a9711c68310a0f.tar.gz
platform_external_opencensus-java-f77bba134560259652b5822c72a9711c68310a0f.tar.bz2
platform_external_opencensus-java-f77bba134560259652b5822c72a9711c68310a0f.zip
Add note about opencensus and opentracing merger (#1979)
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f635ab71..739ed326 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,8 @@ library is expected to move to [GA](#versioning) stage after v1.0.0 major releas
Please join [gitter](https://gitter.im/census-instrumentation/Lobby) for help or feedback on this
project.
+**OpenCensus and OpenTracing have merged to form OpenTelemetry, which serves as the next major version of OpenCensus and OpenTracing. OpenTelemetry will offer backwards compatibility with existing OpenCensus integrations, and we will continue to make security patches to existing OpenCensus libraries for two years. Read more about the merger [here](https://medium.com/opentracing/a-roadmap-to-convergence-b074e5815289).**
+
## OpenCensus Quickstart for Libraries
Integrating OpenCensus with a new library means recording stats or traces and propagating context.