From 00c1ab338833b96d36b19d9f0bd13b59ac436378 Mon Sep 17 00:00:00 2001 From: cartersocha Date: Thu, 24 Aug 2023 12:19:05 -0700 Subject: [PATCH 1/2] rebrand --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 516d66d..55d1dc8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ -# lightstep-tracer-python +# lightstep-tracer-python [Deprecated] > ❗ **This instrumentation is no longer recommended**. Please review [documentation on setting up and configuring the OpenTelemetry Python Launcher](https://github.com/lightstep/otel-launcher-python) for more information on migrating to OpenTelemetry. +In August 2023, [Lightstep became ServiceNow +Cloud](https://docs.lightstep.com/docs/banner-faq) Observability. To ease the +transition, all code artifacts will continue to use the Lightstep name. You +don't need to do anything to keep using this repository. + [![PyPI](https://img.shields.io/pypi/v/lightstep.svg?maxAge=2592000)]() [![Circle CI](https://circleci.com/gh/lightstep/lightstep-tracer-python.svg?style=shield)](https://circleci.com/gh/lightstep/lightstep-tracer-python) [![MIT license](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT) The LightStep distributed tracing library for Python. From ebeb1ab0583d31cd34464432d2e6957644e92fb7 Mon Sep 17 00:00:00 2001 From: Carter Socha <43380952+cartersocha@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:08:44 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d1dc8..cd7dbf5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > ❗ **This instrumentation is no longer recommended**. Please review [documentation on setting up and configuring the OpenTelemetry Python Launcher](https://github.com/lightstep/otel-launcher-python) for more information on migrating to OpenTelemetry. In August 2023, [Lightstep became ServiceNow -Cloud](https://docs.lightstep.com/docs/banner-faq) Observability. To ease the +Cloud Observability](https://docs.lightstep.com/docs/banner-faq). To ease the transition, all code artifacts will continue to use the Lightstep name. You don't need to do anything to keep using this repository.