diff options
| author | Yang Song <songy23@users.noreply.github.com> | 2019-09-19 19:09:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-19 19:09:28 -0700 |
| commit | f77bba134560259652b5822c72a9711c68310a0f (patch) | |
| tree | 08427a5fe73ab8f99646434770a92706cafa1563 | |
| parent | 12e176ddd089a598b4c7bb5a3bcf78e7bfc17b0e (diff) | |
| download | platform_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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
